Method Negate
Negate(Quaternion)
Reverses the direction of a given quaternion.
Declaration
public static Quaternion Negate(Quaternion quaternion)
Parameters
Type | Name | Description |
---|---|---|
Quaternion | quaternion | The quaternion to negate. |
Returns
Type | Description |
---|---|
Quaternion | A quaternion facing in the opposite direction. |