distance method

double distance(
  1. Vector2C o
)

Implementation

double distance(Vector2C o) => math.sqrt(distanceSqr(o));