Vect2 ComputeDotProduct Method Cognex VisionPro 9.21

Compute the dot product of this Vect2 with the supplied other.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Syntax

public double ComputeDotProduct(
	Vect2 other
)

Return Value

Type: Double

The computed dot product.

See Also