![AB4D logo](../icons/AB4D-logo.png) |
MathUtilsGetRotationMatrix Method |
Returns a Matrix3D that rotates around all three axes
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntaxpublic 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