[]
Scales a matrix by a given value.
public static Matrix4x4 operator /(Matrix4x4 left, float right)
Type | Name | Description |
---|---|---|
Matrix4x4 | left | The matrix to scale. |
float | right | The amount by which to scale. |
Type | Description |
---|---|
Matrix4x4 | The scaled matrix. |