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