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: 1.0.0.0 (1.0.0.0)
Syntax
public static Quaternion operator -(
	Quaternion value
)

Parameters

value
Type: Karamba.GeometryQuaternion
The source Quaternion.

Return Value

Type: Quaternion
The negated Quaternion.
See Also