Returns a line from a basis of coordinates (x1, y1, x2, y2)
import { Lines } from 'https://unpkg.com/ixfx/dist/geometry.js'// Line from 0,1 -> 10,15Lines.fromNumbers(0, 1, 10, 15); Copy
import { Lines } from 'https://unpkg.com/ixfx/dist/geometry.js'// Line from 0,1 -> 10,15Lines.fromNumbers(0, 1, 10, 15);
Returns a line from a basis of coordinates (x1, y1, x2, y2)