mathUtils.h
Intersect two line segments (p1,q1) and (p2,q2), returning points on lines (c1 & c2) and line parameters (s,t). Based on routine from "Real Time Collision Detection" by Christer Ericson pp 149.
Functions