![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include "Core/Math/BoundingVolumes/Headers/BoundingBox.h"
#include "Core/Math/BoundingVolumes/Headers/BoundingSphere.h"
Go to the source code of this file.
Classes | |
class | Divide::QuadtreeNode |
Namespaces | |
namespace | Divide |
Handle console commands that start with a forward slash. | |
Macros | |
#define | DVD_QUAD_TREE_NODE |
Enumerations | |
enum class | Divide::ChildPosition : U32 { Divide::CHILD_NW = 0 , Divide::CHILD_NE = 1 , Divide::CHILD_SW = 2 , Divide::CHILD_SE = 3 } |
Functions | |
Divide::FWD_DECLARE_MANAGED_CLASS (TerrainChunk) | |
Divide::FWD_DECLARE_MANAGED_CLASS (QuadtreeNode) | |
#define DVD_QUAD_TREE_NODE |
Definition at line 34 of file QuadtreeNode.h.