MultiplyPoint(Vector2)
Transforms a position by this matrix (effectively by 2x3).
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.VectorGraphics
- Assembly: UnityEngine.VectorGraphicsModule
public Vector2 MultiplyPoint(Vector2 point)
Parameters
The point to multiply with this matrix
Returns
Type | Description |
|---|---|
| Vector2 | The multiplied point |