Click or drag to resize

QuaternionConjugate Method

Creates the conjugate of a specified Quaternion.

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

Parameters

value
Type: Karamba.GeometryQuaternion
The Quaternion of which to return the conjugate.

Return Value

Type: Quaternion
A new Quaternion that is the conjugate of the specified one.
See Also