UV.UnaryNegation Operator
Description:
Negates this 2-D vector and returns the result.
Negates this 2-D vector and returns the result.
Remarks:
The negated vector is obtained by changing the sign of each coordinate of the specified vector.
The negated vector is obtained by changing the sign of each coordinate of the specified vector.
Parameters
Parameter | Type | Description |
---|---|---|
source | UV |
Return Value
Type | Description |
---|---|
UV | The 2-D vector opposite to this vector. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when source is. |