![]() |
Skylicht Engine
|
Node stored in the KD-tree. More...
#include <Utils/CKDTree3f.h>
Public Attributes | |
| float | Pos [3] |
| Position of the node in 3D space. | |
| void * | Data |
| User payload associated with the node. | |
| int | Dir |
| Split axis used by this node: 0 = X, 1 = Y, 2 = Z. | |
| SKDNode * | Left |
| Child with smaller coordinate on Dir. | |
| SKDNode * | Right |
| Child with greater or equal coordinate on Dir. | |
Node stored in the KD-tree.