bool isNear(Vector other)

Source

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