TransformationMatrixCreateRotation(Single) Method

Creates a rotation matrix using the specified angle in radians.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public static TransformationMatrix CreateRotation(
	float radians
)

Parameters

radians  Single
The angle, in radians, by which to rotate the matrix.

Return Value

TransformationMatrix
The rotation matrix.

See Also