distance method

double distance(
  1. Vector3D o
)

Implementation

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