Cog3DQuaternion NormSquared Property Cognex VisionPro
Gets the norm squared value of this quaternion object.

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

public double NormSquared { get; }

Property Value

Type: Double
The norm squared value of this quaternion object.
Remarks

The norm squared value is the Grassmann product of this quaternion and its conjugate, i.e., NormSquared is (W*W) + (X*X) + (Y*Y) + (Z*Z)
See Also