This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels