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