A small declaration of what our vertexs look like for when we write to the buffers. More...
Collaboration diagram for Mezzanine::Internal::LineVertex: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 62 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 75 of file linegroup.cpp.
|
inline |
Class destructor.
Definition at line 79 of file linegroup.cpp.
| ColourValue Mezzanine::Internal::LineVertex::Colour |
Vertex colour.
Definition at line 69 of file linegroup.cpp.
| Vector3 Mezzanine::Internal::LineVertex::Position |
Vertex position.
Definition at line 66 of file linegroup.cpp.
1.8.4