Checks the values of the supplied vectors are equal within the epsilon tolerance.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax
Parameters
- a
- Type: Cognex.Vision Vect2
The first Vect2.
- b
- Type: Cognex.Vision Vect2
The second Vect2.
- epsilon
- Type: System Double
The tolerance a coordinate should fall within in order to be considered equal.
Return Value
Type: BooleanTrue if the x and y coordinates of both vectors are equal within the supplied tolerance.
See Also