25 INLINE_MATHUTIL
int IntersectionBoundingVolume::
26 get_num_components()
const {
27 return (
int)_components.size();
35 nassertr(n >= 0 && n < (
int)_components.size(),
nullptr);
36 return _components[n];
This is another abstract class, for a general class of bounding volumes that actually enclose points ...
get_component
Returns the nth component in the intersection.
IntersectionBoundingVolume()
Constructs an empty intersection.