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