Cog3DQuaternion ComputeInnerProduct Method Cognex VisionPro 9.7
Compute the inner product of this Cog3DQuaternion with the supplied other.

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

public double ComputeInnerProduct(
	Cog3DQuaternion other
)

Return Value

Type: Double
The computed inner product.
See Also