Castor3D 0.16.0
Multiplatform 3D engine
|
#include <Line.hpp>
Public Member Functions | |
C3D_API | Line (uint32_t a, uint32_t b) |
Constructor. | |
uint32_t | operator[] (uint32_t index) const |
Retrieves the vertex index. | |
C3D_API castor3d::Line::Line | ( | uint32_t | a, |
uint32_t | b ) |
Constructor.
[in] | a,b | The two vertices indices |
|
inline |
Retrieves the vertex index.
[in] | index | The index of the concerned vertex |
References CU_Require, and castor3d::LineIndices::m_index.