Summary
Creates a rotation matrix using the given rotation in radians.
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. |