SolidKit3D.PointList class
From Solid Graphics Wiki
(Redirected from SolidKit3D.PointList)
| ||||||||||
The PointList class represents an array of float precision points. The class is implemented using SolidKit.List generic as base class which uses Point struct 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 System.Xml.XmlReader object. |
| SaveToXML | Saves the point array into either System.Xml.XmlWriter object or into a file. |
See SolidKit.List generic reference for list of inherited methods.
See Also
SolidKit Library Documentation
