Gets the norm squared value of this quaternion object.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
public double NormSquared { get; }public double NormSquared { get; }Public ReadOnly Property NormSquared As Double
Get
Public ReadOnly Property NormSquared As Double
Get
public:
property double NormSquared {
double get ();
}public:
property double NormSquared {
double get ();
}Property Value
Type:
Double
The norm squared value of this quaternion object.
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)