List of all members.
Public Member Functions |
|
| KDTreeNode (const AABB &aabb) |
|
bool | isLeaf () |
Public Attributes |
|
KDTreeNode * | leftChild |
|
KDTreeNode * | rightChild |
|
AABB | aabb |
|
float | splittingPlane |
|
int | splittingAxis |
|
std::vector< KDTreeNodeRef > | objects |
Detailed Description
Definition at line 32 of file kd_tree.h.
The documentation for this class was generated from the following files:
- /Users/morten/Programmering/cpp/kick/src/kick/math/kd_tree.h
- /Users/morten/Programmering/cpp/kick/src/kick/math/kd_tree.cpp