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