Cog3DQuaternion Norm Property Cognex VisionPro 9.8 SR1
Gets the norm (magnitude) value of this quaternion object.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.0.0.0
Syntax

public double Norm { get; }

Property Value

Type: Double
The norm (magnitude) value of this quaternion object.
Remarks

The norm value of a quaternion is sqrt(NormSquared).
See Also