Vect2 ComputeDistance Method Cognex VisionPro 9.22

Compute the distance of this Vect2 from the supplied other.

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

public double ComputeDistance(
	Vect2 other
)

Return Value

Type: Double

The computed distance.

See Also