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

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 > &center, const F32 radius) noexcept
 

Macro Definition Documentation

◆ DVD_FRUSTUM_H_

#define DVD_FRUSTUM_H_

Definition at line 34 of file Frustum.h.