17#ifndef AEONGAMES_FRUSTUM_H
18#define AEONGAMES_FRUSTUM_H
50 std::array<Plane, 6> mPlanes;
Header for the plane class.
Axis Aligned Bounding Box class.
DLL Frustum()
Default constructor.
DLL bool Intersects(const AABB &aAABB) const
Tests whether an axis-aligned bounding box intersects or is inside the frustum.
DLL ~Frustum()
destructor.
4 by 4 matrix in colum mayor order.
<- This is here just for the literals