Click or drag to resize

Matrix3x2NewRotation Method

Gets a transformation matrix by specifying rotation (translation is 0, shear is 0 and scale is 1).

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Matrix3x2 NewRotation(
	double angleInDegrees
)

Parameters

angleInDegrees  Double
The rotation around x axis in degrees.

Return Value

Matrix3x2
The transformation matrix.
See Also