SkewY(float)
Creates a skew matrix on U.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.VectorGraphics
- Assembly: UnityEngine.VectorGraphicsModule
public static Matrix2D SkewY(float angleRadians)
Parameters
The skew angle, in radians
Returns
Type | Description |
|---|---|
| Matrix2D | The skew matrix |