Click or drag to resize

QuaternionConjugate Method

Creates the conjugate of a specified Quaternion.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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