BoundingPlane

from panda3d.core import BoundingPlane
class BoundingPlane

Bases:

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

__init__()

Constructs an empty “plane” that has no intersections.

__init__(plane: LPlane)
static get_class_type() TypeHandle
get_plane() LPlane
property plane LPlane