distanceTo method
Returns the euclidean distance from this EpitaphVertex to another.
Implementation
double distanceTo(EpitaphVertex other) => point.distanceTo(other.point);
Returns the euclidean distance from this EpitaphVertex to another.
double distanceTo(EpitaphVertex other) => point.distanceTo(other.point);