Path Tracer
Public Member Functions | Public Attributes | List of all members
Assimp::SpatialSort::Entry Struct Reference

#include <SpatialSort.h>

Public Member Functions

 Entry (unsigned int pIndex, const aiVector3D &pPosition, ai_real pDistance)
 
bool operator< (const Entry &e) const
 

Public Attributes

unsigned int mIndex
 The vertex referred by this entry.
 
aiVector3D mPosition
 Position.
 
ai_real mDistance
 Distance of this vertex to the sorting plane.
 

Detailed Description

An entry in a spatially sorted position array. Consists of a vertex index, its position and its pre-calculated distance from the reference plane


The documentation for this struct was generated from the following file: