Click or drag to resize

QuaternionLengthSquared Method

Calculates the length squared of the Quaternion. This operation is cheaper than Length().

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double LengthSquared()

Return Value

Type: Double
The length squared of the Quaternion.
See Also