BoundingPlane¶
from panda3d.core import 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
-
__init__
()¶ Constructs an empty “plane” that has no intersections.
-
__init__
(plane: LPlane)
-
static
getClassType
() → TypeHandle¶
-