BoundingBoxList class
From Solid Graphics Wiki
| ||||||||||||
The BoundingBoxList is an array of BoundingBox objects. The class is implemented using List template as base class and the BoundingBox class as the template type.
Constructors
The class has default constructors only.
Fields
The class has no public fields.
Methods
The only class methods are those inherited from it's List template base class.
Operators
The class has no operators other than inherited from it's base class.
See Also
