SPH
|
Inner node of K-d tree. More...
#include <KdTree.h>
Public Member Functions | |
InnerNode () | |
InnerNode (const KdNode::Type &type) | |
Public Attributes | |
float | splitPosition |
Position where the selected dimension is split. More... | |
Size | left |
Index of left child node. More... | |
Size | right |
Index of right child node. More... | |
Inner node of K-d tree.
|
inline |
float InnerNode< TBase >::splitPosition |