Vect2 RealEqual Method Cognex VisionPro 9.22

Checks the values of the supplied vectors are equal within the epsilon tolerance.

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

public static bool RealEqual(
	Vect2 a,
	Vect2 b,
	double epsilon
)

Return Value

Type: Boolean

True if the x and y coordinates of both vectors are equal within the supplied tolerance.

See Also