class Geo::PointLeaf
A leaf node in a kd-tree of points.
All trees have at least 1 leaf node and none are special.
Variables
Name |
Description |
Geo::s32 m_NumPoints |
The total number of points in this leaf.
|
Geo::s32 m_PointStartIdx |
The first index of continguous points in this leaf.
|