A small declaration of what our vertexs look like for when we write to the buffers. More...
Public Member Functions | |
LineVertex (const Vector3 &Pos, const ColourValue &Col) | |
Class constructor. More... | |
~LineVertex () | |
Class destructor. More... | |
Public Attributes | |
ColourValue | Colour |
Vertex colour. More... | |
Vector3 | Position |
Vertex position. More... | |
A small declaration of what our vertexs look like for when we write to the buffers.
Definition at line 63 of file linegroup.cpp.
|
inline |
Class constructor.
Pos | The position to be assigned to this vertex. |
Col | The colour of this vertex. |
Definition at line 76 of file linegroup.cpp.
|
inline |
Class destructor.
Definition at line 80 of file linegroup.cpp.
ColourValue Mezzanine::Internal::LineVertex::Colour |
Vertex colour.
Definition at line 70 of file linegroup.cpp.
Vector3 Mezzanine::Internal::LineVertex::Position |
Vertex position.
Definition at line 67 of file linegroup.cpp.