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