Vertex.this

CTor

  1. this()
  2. this(float x, float y, float z, float tx, float ty)
  3. this(Vector2f position)
  4. this(Vector2f position, Vector2f texcoord, Color col)
    struct Vertex
    pure nothrow
    this
    (
    ref const Vector2f position
    ,
    ref const Vector2f texcoord
    ,
    ref const Color col
    )
  5. this(Vector2f position, Color col)

Meta