CoordinateSystem Methods |
[This is preliminary documentation and is subject to change.]
The CoordinateSystem type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangeOrientation |
Changes the orientation of the coordinate system. This includes translations and rotations
| |
| ChangeOrigin |
Changes the origin of the coordinate system and returns it as a new coordinate system
| |
| SetAxisAsZ |
Creates a new coordinate system in which the provided axis becomes the Z-axis
| |
| SwapXYZ |
Create a new coordinate system in which the XYZ axis are swapped and the origin remains.
X becomes Y, Y becomes Z and Z becomes X
| |
| Transform |
Create a new point by applying the provided transformation vector on the origin of the coordinate system
|