Checks to see if this point and another point are equal within the specified tolerance.
"point2D_var" is a variable referencing a Point2D object.
|
"point2D_var" is a variable referencing a Point2D object.
|
Type | Description |
boolean | Returns true if the points are equal (have identical coordinates). |
Name | Type | Description |
point | Point2D | The point to compare for equality. |
tolerance | double | The tolerance, in centimeters, to use when comparing the two points. |