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

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

public double ComputeDotProduct(
	Cog3DVect2 other
)

Return Value

Type: Double
The computed dot product.
See Also