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 get_class_type() TypeHandle
get_max() LPoint3
get_min() LPoint3
get_volume() float
property max LPoint3
property min LPoint3
property volume float