Click or drag to resize

CoordinateSystem Constructor

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

Overload List
  NameDescription
Public methodCoordinateSystem
Create a default coordinate system that has its origin in (0,0,0) and the XYZ axis are all default
Public methodCoordinateSystem(Point)
Create a default coordinate that has its origin in the provided point. The XYZ axis are all default
Public methodCoordinateSystem(Point, Vector)
Create a coordinate system with given origin and vector that describes the X-axis. The Y- and Z-axis are determined based on the right-hand rule
Public methodCoordinateSystem(Point, Vector, Vector, Vector)
Create a coordinate system with given origin and XYZ axis
Top
See Also