klyn.math.geometry.Point.distanceTo
method
public method distanceTo(other as Point<NUMBER>) as Double:
Description

Computes the Euclidean distance to another point.

Parameters
ParameterDescription
otherTarget point.
Returns

Distance as Double.

Example
distance = Point<Double>(0.0, 0.0).distanceTo(Point<Double>(3.0, 4.0))