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