BoundingHexahedron
from panda3d.core import BoundingHexahedron
- class BoundingHexahedron
Bases:
Bases:
FiniteBoundingVolume
This defines a bounding convex hexahedron. It is typically used to represent a frustum, but may represent any enclosing convex hexahedron, including simple boxes. However, if all you want is an axis-aligned bounding box, you may be better off with the simpler
BoundingBox
class.Inheritance diagram
- __init__(fll: LPoint3, flr: LPoint3, fur: LPoint3, ful: LPoint3, nll: LPoint3, nlr: LPoint3, nur: LPoint3, nul: LPoint3)
- static getClassType() TypeHandle