Click or drag to resize

CoordinateSystem Methods

[This is preliminary documentation and is subject to change.]

The CoordinateSystem type exposes the following members.

Methods
  NameDescription
Public methodChangeOrientation
Changes the orientation of the coordinate system. This includes translations and rotations
Public methodChangeOrigin
Changes the origin of the coordinate system and returns it as a new coordinate system
Public methodSetAxisAsZ
Creates a new coordinate system in which the provided axis becomes the Z-axis
Public methodSwapXYZ
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
Public methodTransform
Create a new point by applying the provided transformation vector on the origin of the coordinate system
Top
See Also