Click or drag to resize

QuaternionNegate(Quaternion, Quaternion) Method

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 void Negate(
	ref Quaternion quaternion,
	out Quaternion result
)

Parameters

quaternion  Quaternion
Source Quaternion.
result  Quaternion
The result of the quaternion negation as an output parameter.
See Also