Assimp
v5.0.1. (December 2020)
|
An entry in a spatially sorted position array. More...
Public Member Functions | |
Entry () AI_NO_EXCEPT | |
Entry (unsigned int pIndex, const aiVector3D &pPosition) | |
bool | operator< (const Entry &e) const |
Public Attributes | |
ai_real | mDistance |
Distance of this vertex to the sorting plane. This is set by Finalize. More... | |
unsigned int | mIndex |
The vertex referred by this entry. More... | |
aiVector3D | mPosition |
Position. More... | |
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 |
ai_real Assimp::SpatialSort::Entry::mDistance |
Distance of this vertex to the sorting plane. This is set by Finalize.
unsigned int Assimp::SpatialSort::Entry::mIndex |
The vertex referred by this entry.
aiVector3D Assimp::SpatialSort::Entry::mPosition |
Position.