Click or drag to resize
AB4D logo

MathUtilsGetRotationMatrix Method

Returns a Matrix3D that rotates around all three axes

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public static Matrix3D GetRotationMatrix(
	double heading,
	double attitude,
	double bank
)

Parameters

heading  Double
heading
attitude  Double
attitude
bank  Double
bank

Return Value

Matrix3D
Matrix3D that rotates around all three axes
See Also