Matrix.

CreateRotation(double) Method

Summary

Creates a rotation matrix using the given rotation in radians.
Namespace
Avalonia
Containing Type
Matrix

Syntax

public static Matrix CreateRotation(double radians)

Parameters

Name Type Description
radians double The amount of rotation, in radians.

Return Value

Type Description
Matrix A rotation matrix.