klyn.math.geometry.Point.toString
method
public override toString() as String:
Description

Returns a readable representation of the point.

Returns

Text formatted as Point(x, y).

Example
print(Point<Double>(1.0, 2.0).toString())