Find the intersection of two lines: Difference between revisions

(→‎JS ES6: Updated primitives – an Either type in lieu of a Maybe type)
Line 615:
// INTERSECTION OF TWO LINES ----------------------------------------------
 
// intersection :: Line -> Line -> Either String String(Float, Float)
const intersection = ([
[ax, ay],
9,659

edits