isNear method

bool isNear(
  1. Vector other
)

Implementation

bool isNear(Vector other) => distanceSqr(other) < EpsilonSqr;