20 void extractFromProjectionMatrix(
const Matrix&);
21 void getPlaneDefinition(
const int&,
float&,
float&,
float&,
float&);
23 int testSphere(
const Sphere &sphere);
24 int testBoundingBox();
28 Plane planes[NUM_PLANES];
Representation of a plane.
represent and operate on a sphere.