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; }
Public ReadOnly Property Length As Double
Get
Property Value
Type:
DoubleMath.Sqrt(a*a + b*b + c*c + d*d)
See Also