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