Vertex.this

Constructs a dsdl2.Vertex by feeding in the position, color, and texture coordinate

  1. this()
  2. this(SDL_Vertex sdlVertex)
  3. this(FPoint position, Color color, FPoint texCoord)

Parameters

position FPoint

vertex target position

color Color

color and alpha modulation of the vertex

texCoord FPoint

vertex texture coordinate

Meta