distance method

double distance(
  1. Vector3C o
)

Implementation

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