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