equal
Description:
public bool equal (
Point b)
Checks if the two points this and b
point to the same coordinates.
This function accounts for floating point fluctuations; if you want to control the fuzziness of the match, you can use
near instead.
Parameters:
Returns:
`true` if the points have the same coordinates
|