Compares two vectors for approximate equality within a tolerance.
Uses almostEqual on both x and y coordinates. Two points are considered equal if both coordinates are within the allowed tolerance.
x
y
First vector
Second vector
true if both vectors are approximately equal
true
Compares two vectors for approximate equality within a tolerance.
Uses almostEqual on both
x
andy
coordinates. Two points are considered equal if both coordinates are within the allowed tolerance.