bool isWithin(Vector other, num epsilon)

Source

bool isWithin(Vector other, num epsilon) => distanceSqr(other) < epsilon * epsilon;