Click or drag to resize

QuaternionNormalize Method

Divides each component of the Quaternion by the length of the Quaternion.

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

Parameters

value
Type: Karamba.GeometryQuaternion
The source Quaternion.

Return Value

Type: Quaternion
The normalized Quaternion.
See Also