This funny bounding volume is an infinite plane that divides space into two regions: the part behind the normal, which is "inside" the bounding volume, and the part in front of the normal, which is "outside" the bounding volume. More...
Public Member Functions | |
BoundingPlane () | |
Constructs an empty "plane" that has no intersections. | |
BoundingPlane (LPlanef const plane) | |
LPlanef const | getPlane () |
operator new (unsigned int size) | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
This funny bounding volume is an infinite plane that divides space into two regions: the part behind the normal, which is "inside" the bounding volume, and the part in front of the normal, which is "outside" the bounding volume.
BoundingPlane | ( | ) |
Constructs an empty "plane" that has no intersections.
BoundingPlane | ( | LPlanef const | plane | ) |
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from GeometricBoundingVolume.
operator new | ( | unsigned int | size | ) |