|
Aeon Engine c550894
AeonGames Open Source Game Engine
|
Spatial partitioning data structure that organizes nodes in 3D space. More...
#include <aeongames/Octree.hpp>

Public Member Functions | |
| DLL void | AddNode (Node *aNode) |
| Insert a node into the octree. | |
| DLL void | RemoveNode (Node *aNode) |
| Remove a node from the octree. | |
Spatial partitioning data structure that organizes nodes in 3D space.
Definition at line 26 of file Octree.hpp.
| void AeonGames::Octree::AddNode | ( | Node * | aNode | ) |
Insert a node into the octree.
| aNode | Pointer to the node to add. |
Definition at line 24 of file Octree.cpp.
| void AeonGames::Octree::RemoveNode | ( | Node * | aNode | ) |
Remove a node from the octree.
| aNode | Pointer to the node to remove. |
Definition at line 27 of file Octree.cpp.