![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include "SGNComponent.h"
#include "Core/Math/BoundingVolumes/Headers/OBB.h"
#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::BoundsComponent |
Namespaces | |
namespace | Divide |
Handle console commands that start with a forward slash. | |
Macros | |
#define | DVD_BOUNDS_COMPONENT_H_ |
Functions | |
bool | Divide::Collision (const BoundsComponent &lhs, const BoundsComponent &rhs) noexcept |
Variables | |
static bool | Divide::BoundsComponent_registered = BoundsComponent ::s_registered |
#define DVD_BOUNDS_COMPONENT_H_ |
Definition at line 34 of file BoundsComponent.h.