Returns a string representation of two points
import { Lines } from 'https://unpkg.com/ixfx/dist/geometry.js'
console.log(Lines.toString(a, b)));
Returns a string representation of a line
import { Lines } from 'https://unpkg.com/ixfx/dist/geometry.js'
Lines.toString(line);
Returns a string representation of a line or two points.
Param: a
Param: b
Returns