distance method

double distance(
  1. Vector4C o
)

Implementation

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