BoundingBox
from panda3d.core import BoundingBox
- class BoundingBox
Bases:
Bases:
FiniteBoundingVolume
An axis-aligned bounding box; that is, a minimum and maximum coordinate triple.
This box is always axis-aligned. If you need a more general bounding box, try
BoundingHexahedron
.Inheritance diagram
- __init__()
Constructs an empty box object.
- static getClassType() TypeHandle