distanceTo method

double distanceTo(
  1. UArVector3 other
)

Implementation

double distanceTo(UArVector3 other) => (this - other).length;