20 void extractFromProjectionMatrix(
const Matrix& m);
21 void getPlaneDefinition(
const int&,
float&,
float&,
float&,
float&);
33 int testBoundingBox();
37 Plane planes[NUM_PLANES];
Representation of a plane.
represent and operate on a sphere.
int testSphere(const Sphere &sphere)
Definition Frustum.cpp:65