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

Returns a readable representation of the vector.

Returns

Text formatted as Vector(x, y).

Example
print(Vector<Double>(3.0, 4.0).toString())