isNearXY method

bool isNearXY(
  1. num x,
  2. num y
)

Implementation

bool isNearXY(num x, num y) => distanceXYSqr(x, y) < EpsilonSqr;