Assimp
v4.1. (December 2018)
|
An entry in a spatially sorted position array. More...
Public Member Functions | |
Entry () AI_NO_EXCEPT | |
Entry (unsigned int pIndex, const aiVector3D &pPosition, float pDistance, uint32_t pSG) | |
bool | operator< (const Entry &e) const |
Public Attributes | |
float | mDistance |
Distance of this vertex to the sorting plane. More... | |
unsigned int | mIndex |
The vertex referred by this entry. More... | |
aiVector3D | mPosition |
Position. More... | |
uint32_t | mSmoothGroups |
An entry in a spatially sorted position array.
Consists of a vertex index, its position and its pre-calculated distance from the reference plane
|
inline |
|
inline |
|
inline |
float Assimp::SGSpatialSort::Entry::mDistance |
Distance of this vertex to the sorting plane.
unsigned int Assimp::SGSpatialSort::Entry::mIndex |
The vertex referred by this entry.
aiVector3D Assimp::SGSpatialSort::Entry::mPosition |
Position.
uint32_t Assimp::SGSpatialSort::Entry::mSmoothGroups |