[]
Divides a matrix by a given value.
public static Matrix3x2 operator /(Matrix3x2 left, float right)
Public Shared Operator /(left As Matrix3x2, right As Single) As Matrix3x2
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | left | The matrix to divide. |
| float | right | The amount by which to divide. |
| Type | Description |
|---|---|
| Matrix3x2 | The resulting matrix. |