VertexPosColor

Undocumented in source.

Constructors

this
this(Pos x, Pos y, Pos z, Col color)
Undocumented in source.
this
this(Vector!(PosType, 3) p, Vector!(ColType, 3) color)
Undocumented in source.

Members

Functions

toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

setAttributes
void setAttributes()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

color
Vector!(ColType, 3) color;
Undocumented in source.
position
Vector!(PosType, 3) position;
Undocumented in source.

Meta