Vertex.this

CTor

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

Meta