[]
Negates a matrix.
public static Matrix3x2 operator -(Matrix3x2 value)
Public Shared Operator -(value As Matrix3x2) As Matrix3x2
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | value | The matrix to negate. |
| Type | Description |
|---|---|
| Matrix3x2 | The negated matrix. |