TransformationMatrixCreateRotation(Single) Method
Creates a rotation matrix using the specified angle in radians.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public static TransformationMatrix CreateRotation(
float radians
)
Public Shared Function CreateRotation (
radians As Single
) As TransformationMatrix
public:
static TransformationMatrix CreateRotation(
float radians
)
static member CreateRotation :
radians : float32 -> TransformationMatrix
- radians Single
- The angle, in radians, by which to rotate the matrix.
TransformationMatrixThe rotation matrix.