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