BoundingPlane
-
class BoundingPlane
Bases:
GeometricBoundingVolume
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.
Inheritance diagram
-
BoundingPlane(void)
-
static TypeHandle get_class_type(void)
-
bool validate_ptr(void const *ptr)
-
BoundingPlane(void)