Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

NameDescription
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.