Click or drag to resize

QuaternionLength Property

Returns the length or norm of the quaternion.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public double Length { get; }

Property Value

Type: Double
Math.Sqrt(a*a + b*b + c*c + d*d)
See Also