Matrix3x2NewRotation 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 Matrix3x2 NewRotation(
double angleInDegrees
)
Parameters
- angleInDegrees Double
- The rotation around x axis in degrees.
Return Value
Matrix3x2The transformation matrix.
See Also