distanceTo method

double distanceTo(
  1. Point? otherPoint
)

Returns the cartesian distance between the current and the given points.

Implementation

external double distanceTo(Point? otherPoint);