Method DistanceIsLess
DistanceIsLess(PointD, PointD, double)
Compares distance between two points and specified value.
public static bool DistanceIsLess(PointD p1, PointD p2, double value)
Parameters
Returns
- bool
true
if distance between two points is less thanvalue
;false
otherwise.