Vertex.this

CTor

  1. this(const Vector2f pos, const Vector2f coords, const Color4b col)
    struct Vertex
    @nogc
    this
    pure nothrow
    (
    const Vector2f pos
    ,
    const Vector2f coords
    ,
    const Color4b col
    )
  2. this(const Vector2f pos, const Vector2f coords)
  3. this(const Vector2f pos)
  4. this(float x, float y)

Meta