Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Frustum.cpp File Reference

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 > &center, const F32 radius) noexcept
 
FrustumCollision Divide::PlaneBoundingBoxIntersect (const Plane< F32 > &plane, const BoundingBox &bbox) noexcept