![]() |
Castor3D 0.12.0
Multiplatform 3D engine
|
#include <Face.hpp>
Public Member Functions | |
C3D_API | Face (uint32_t a, uint32_t b, uint32_t c) |
Specified constructor. More... | |
uint32_t | operator[] (uint32_t index) const |
Retrieves the vertex index. More... | |
C3D_API castor3d::Face::Face | ( | uint32_t | a, |
uint32_t | b, | ||
uint32_t | c | ||
) |
Specified constructor.
[in] | a,b,c | The three vertices indices |
|
inline |
Retrieves the vertex index.
[in] | index | The index of the concerned vertex |
References castor3d::FaceIndices::m_index.