[]
Divides a matrix by the given value.
public static void DivideRef(out Matrix3x2 result, ref Matrix3x2 left, float right)
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | result | When the method completes, contains the scaled matrix. |
| Matrix3x2 | left | The matrix to scale. |
| float | right | The amount by which to scale. |