FiniteBoundingVolume

from panda3d.core import FiniteBoundingVolume
class FiniteBoundingVolume

Bases:

Bases: GeometricBoundingVolume

A special kind of GeometricBoundingVolume that is known to be finite. It is possible to query this kind of volume for its minimum and maximum extents.

Inheritance diagram

Inheritance diagram of FiniteBoundingVolume

static getClassType() TypeHandle
getMax() LPoint3
getMin() LPoint3
getVolume() float
property max LPoint3
property min LPoint3
property volume float