Constructor
new Axis(parameters)
Creates a new Axis instance.
Parameters:
| Name | Type | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | Object | The parameters for the axis. Properties
|
- Source
Members
OX :Axis
The X-axis, with origin at Vector.ZERO and direction Vector.X.
Type:
- Source
OY :Axis
The Y-axis, with origin at Vector.ZERO and direction Vector.Y.
Type:
- Source
OZ :Axis
The Z-axis, with origin at Vector.ZERO and direction Vector.Z.
Type:
- Source
direction
Retrieves the direction of the axis.
- Source
direction
Sets the direction of the axis.
- Source
origin
Retrieves the origin of the axis.
- Source
origin
Sets the origin of the axis.
- Source