Method DistanceIsLess
DistanceIsLess(PointD, PointD, float)
Compares distance between two points and specified value.
public static bool DistanceIsLess(PointD p1, PointD p2, float value)
Parameters
Returns
- bool
trueif distance between two points is less thanvalue;falseotherwise.