TriangleList class
From Solid Graphics Wiki
| ||||||||||||
The TriangleList class represents an array of Triangle objects. The class is implemented using List template as base class and the Triangle class as the template type.
Constructors
The class has default constructors only.
Fields
The class has no public fields.
Methods
The class has only the methods inherited from the List template base class.
Operators
The class has only the operators inherited from the List template base class.
See Also
