constructor Method
constructor
YawPitchRollAngles(yaw: Angle = ..., pitch: Angle = ..., roll: Angle = ...): YawPitchRollAngles
Parameter | Type | Description |
---|---|---|
yaw | Angle | counterclockwise rotation angle around z |
pitch | Angle | clockwise rotation angle around y |
roll | Angle | counterclockwise rotation angle around x |
Returns - YawPitchRollAngles
Defined in
- geometry3d/YawPitchRollAngles.ts Line 66
Last Updated: 20 June, 2023