distance method

double distance(
  1. Pointer<Vector3C> o
)

Implementation

double distance(Pointer<Vector3C> o) => ref.distance(o.ref);