FiniteBoundingVolume

from panda3d.core import FiniteBoundingVolume
class FiniteBoundingVolume

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

__init__(*args, **kwargs)
getClassType()

C++ Interface: get_class_type()

getMax()

C++ Interface: get_max(FiniteBoundingVolume self)

getMin()

C++ Interface: get_min(FiniteBoundingVolume self)

getVolume()

C++ Interface: get_volume(FiniteBoundingVolume self)

/**

*/

get_class_type()

C++ Interface: get_class_type()

get_max()

C++ Interface: get_max(FiniteBoundingVolume self)

get_min()

C++ Interface: get_min(FiniteBoundingVolume self)

get_volume()

C++ Interface: get_volume(FiniteBoundingVolume self)

/**

*/

max
min
volume