Click or drag to resize

QuaternionUnaryNegation Operator

Flips the sign of the all the quaternion components.

Namespace: CFX.Structures.Geometry
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public static Quaternion operator -(
	Quaternion quaternion
)

Parameters

quaternion  Quaternion
Source Quaternion on the right of the sub sign.

Return Value

Quaternion
The result of the quaternion negation.
See Also