Returns a string representation of a line or two points.
String representation of a line or two points
Returns a string representation of two points
console.log(Lines.toString(a, b))); Copy
console.log(Lines.toString(a, b)));
String representation of two points
Returns a string representation of a line
Lines.toString(line); Copy
Lines.toString(line);
Returns a string representation of a line or two points.
Param: a
Param: b
Returns
String representation of a line or two points