Matrix4x3FromRotationDegree Method |
Gets a transformation matrix by specifying rotation (translation is 0, shear is 0 and scale is 1).
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Matrix4x3 FromRotationDegree(
double angleX,
double angleY,
double angleZ
)
Parameters
- angleX Double
- The rotation around x axis in degrees.
- angleY Double
- The rotation around y axis in degrees
- angleZ Double
- The rotation around z axis in degrees
Return Value
Matrix4x3The transformation matrix.
See Also