[]
Negates a matrix in-place.
public static void NegateRef(ref Matrix3x2 value)
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | value | The matrix to be negated. |
Negates a matrix.
public static void NegateRef(out Matrix3x2 result, ref Matrix3x2 value)
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | result | When the method completes, contains the negated matrix. |
| Matrix3x2 | value | The matrix to be negated. |