Distances

exception PointTooCloseError

Bases: Exception

exception PointTooFarError

Bases: Exception

check_too_close_numerical(newpoints, points, tol=0.1)
Return type:

bool

check_too_far_numerical(newpoints, points, tol=10.0)
Return type:

bool