XyzRotation Class
Hold 3 components data of a Positional Vector rotation definition in arc seconds
Implements
Methods
| Name | Description | |
|---|---|---|
| constructor(data?: XyzRotationProps): XyzRotation | ||
| equals(other: XyzRotation): boolean | Compares two geodetic rotations. | |
| toJSON(): XyzRotationProps | Creates a JSON from the Rotations definition | |
| fromJSON(data: XyzRotationProps): XyzRotation Static | Creates a Rotations object from JSON representation. |
Properties
| Name | Type | Description | |
|---|---|---|---|
| x Readonly | number | X rotation component in arc second | |
| y Readonly | number | Y rotation component in arc second | |
| z Readonly | number | Z rotation component in arc second |
Defined in
Last Updated: 30 November, 2023