![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include "Headers/Frustum.h"
#include "Platform/Video/Headers/GFXDevice.h"
#include "Core/Math/BoundingVolumes/Headers/BoundingBox.h"
#include "Core/Math/BoundingVolumes/Headers/BoundingSphere.h"
Go to the source code of this file.
Namespaces | |
namespace | Divide |
Handle console commands that start with a forward slash. | |
Functions | |
FrustumCollision | Divide::PlanePointIntersect (const Plane< F32 > &plane, const vec3< F32 > &point) noexcept |
FrustumCollision | Divide::PlaneBoundingSphereIntersect (const Plane< F32 > &plane, const BoundingSphere &bsphere) noexcept |
FrustumCollision | Divide::PlaneSphereIntersect (const Plane< F32 > &plane, const vec3< F32 > ¢er, const F32 radius) noexcept |
FrustumCollision | Divide::PlaneBoundingBoxIntersect (const Plane< F32 > &plane, const BoundingBox &bbox) noexcept |