This is the documentation for Enlighten.
class Geo PointSplitBounds
class Geo::PointSplitBounds
A bounding box for both branches of a PointSplit node.
In the special case where a kd-tree has no actual splits nodes and only 1 leaf and 1 'special' split node, both boxes will contain the same range.
Variables
Name | Description |
---|---|
Geo::GeoBoundingBox m_BoxGreaterIncl | Bounding box for the child tree on the greater-equals side. |
Geo::GeoBoundingBox m_BoxLess | Bounding box for the child tree on the less side. |
Functions
Name | Description |
---|---|
PointSplitBounds() | Bounding boxes default initialise themselves to empty. |
Geo::PointSplitBounds::PointSplitBounds
public: PointSplitBounds()
Bounding boxes default initialise themselves to empty.