ExtendedMathExtractYawPitchRoll Method |
Extract yaw, pitch and roll from existing matrix.
Namespace:
GeonBit.Core.Utils
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void ExtractYawPitchRoll(
Matrix matrix,
out float yaw,
out float pitch,
out float roll
)
Parameters
- matrix
- Type: Matrix
Matrix to extract from. - yaw
- Type: SystemSingle
Out yaw value. - pitch
- Type: SystemSingle
Out pitch value. - roll
- Type: SystemSingle
Out roll value.
See Also