factory Line.fromTwoPoints((Coord, Coord) coords) => Line.fromSlopePoint(Angle.fromTwoPoints(coords.$1, coords.$2), coords.$1);