Cog3DVect3 ComputeDotProduct Method Cognex VisionPro 9.22
Compute the dot product of this Cog3DVect3 with the supplied other.

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

public double ComputeDotProduct(
	Cog3DVect3 other
)

Return Value

Type: Double
The computed dot product.
See Also