RotateRH(float)
Creates a right-hand side rotation matrix.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.VectorGraphics
- Assembly: UnityEngine.VectorGraphicsModule
public static Matrix2D RotateRH(float angleRadians)
Parameters
The rotation angle, in radians
Returns
Type | Description |
|---|---|
| Matrix2D | The rotation matrix |