|
MathUtilsGetRotationMatrix Method |
Returns a Matrix3D that rotates around all three axes
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static Matrix3D GetRotationMatrix(
double heading,
double attitude,
double bank
)
Parameters
- heading Double
- heading
- attitude Double
- attitude
- bank Double
- bank
Return Value
Matrix3DMatrix3D that rotates around all three axes
See Also