|
Panda3D
|
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.
| LPlanef const getPlane | ( | ) |
| operator new | ( | unsigned int | size | ) |
1.7.3