Returns a line from a basis of coordinates (x1, y1, x2, y2)
// Line from 0,1 -> 10,15Lines.fromNumbers(0, 1, 10, 15); Copy
// Line from 0,1 -> 10,15Lines.fromNumbers(0, 1, 10, 15);
Returns a line from a basis of coordinates (x1, y1, x2, y2)