Click or drag to resize

QuaternionUnaryNegation Operator

Flips the sign of each component of the quaternion.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static Quaternion operator -(
	Quaternion value
)

Parameters

value
Type: Karamba.GeometryQuaternion
The source Quaternion.

Return Value

Type: Quaternion
The negated Quaternion.
See Also