[]
Divides a matrix by the given value.
public static Matrix3x2 Divide(Matrix3x2 left, float right)
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | left | The matrix to scale. |
| float | right | The amount by which to scale. |
| Type | Description |
|---|---|
| Matrix3x2 | The resulting matrix. |