Vect2 ComputeDistance Method Cognex VisionPro 9.21 SR1

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.21.1.1
Syntax

public double ComputeDistance(
	Vect2 other
)

Return Value

Type: Double

The computed distance.

See Also