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

Inheritance diagram of BoundingPlane

BoundingPlane(void)
BoundingPlane(LPlane const &plane)

Constructs an empty “plane” that has no intersections.

static TypeHandle get_class_type(void)
LPlane const &get_plane(void) const
bool validate_ptr(void const *ptr)