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)
  5. this(Vector2f position, Color col)
    struct Vertex
    pure nothrow
    this
    (
    ref const Vector2f position
    ,
    ref const Color col
    )

Meta