|
|
KDTreeNodeBaseTNode Properties |
The KDTreeNodeBaseTNode generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Axis | ||
| Children |
Gets or sets the collection of child nodes
under this node.
(Inherited from BinaryNodeTNode.) | |
| IsLeaf |
Gets whether this node is a leaf (has no children).
(Inherited from BinaryNodeTNode.) | |
| Left |
Gets or sets the left subtree of this node.
(Inherited from BinaryNodeTNode.) | |
| Position |
Gets or sets the position of
the node in spatial coordinates.
| |
| Right |
Gets or sets the right subtree of this node.
(Inherited from BinaryNodeTNode.) |