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.
get_num_components
Returns the number of components in the intersection.
IntersectionBoundingVolume()
Constructs an empty intersection.