near
Description:
public bool near (
Point b,
float epsilon)
Checks whether the two points this and b are within the threshold of epsilon.
Parameters:
| this |
a Point
|
| b |
a Point
|
| epsilon |
threshold between the two points
|
Returns:
|
`true` if the distance is within epsilon
|