PointList class
From Solid Graphics Wiki
| ||||||||||||
The PointList class represents an array of float precision points. The class is implemented using List template as base class and the Point class as the template type.
Constructors
The class has default constructors only.
Fields
The class has no public fields.
Methods
| Method name | Description |
| Transform | Transforms all points in the array using given transformation matrix |
| LoadFromXML | Loads the point array from given XmlReader object. |
| SaveToXML | Saves the point array into either MemoryBuffer object or into a file. |
See List template reference for list of inherited methods.
Operators
| = | The = operator allows to assign PointListd object into the PointList class instance. |
See Also
SolidKit Library Documentation
