near
Description:
public bool near (
Point3D b,
float epsilon)
Checks whether the two points are near each other, within an epsilon factor.
Parameters:
| this |
a Point3D
|
| b |
a Point3D
|
| epsilon |
fuzzyness factor
|
Returns:
|
`true` if the points are near each other
|