23 PN_stdfloat FiniteBoundingVolume::
30 mathutil_cat.warning()
31 << get_type() <<
"::get_volume() called\n";
37 return box.get_volume();
53 bool FiniteBoundingVolume::
66 bool FiniteBoundingVolume::
An axis-aligned bounding box; that is, a minimum and maximum coordinate triple.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
bool is_empty() const
Any kind of volume might be empty.
bool is_infinite() const
The other side of the empty coin is an infinite volume.
This is an abstract class for any volume in any sense which can be said to define the locality of ref...
A special kind of GeometricBoundingVolume that is known to be finite.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
TypeHandle is the identifier used to differentiate C++ class types.
virtual const FiniteBoundingVolume * as_finite_bounding_volume() const
Virtual downcast method.