#include <FRUSTUM.h>

Public Member Functions | |
| void | Update () |
| bool | IsPointInside (const VECTOR3D &point) |
| bool | IsBoundingBoxInside (const VECTOR3D *vertices) |
Protected Attributes | |
| PLANE | planes [6] |
| void FRUSTUM::Update | ( | ) |
| bool FRUSTUM::IsPointInside | ( | const VECTOR3D & | point | ) |
| bool FRUSTUM::IsBoundingBoxInside | ( | const VECTOR3D * | vertices | ) |
PLANE FRUSTUM::planes[6] [protected] |
1.5.6