CoordinateSystem Constructor |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
CoordinateSystem |
Create a default coordinate system that has its origin in (0,0,0) and the XYZ axis are all default
| |
CoordinateSystem(Point) |
Create a default coordinate that has its origin in the provided point. The XYZ axis are all default
| |
CoordinateSystem(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
| |
CoordinateSystem(Point, Vector, Vector, Vector) |
Create a coordinate system with given origin and XYZ axis
|