Hi All
Could someone please help me with a line intersection function \ procedure:
Given Line Segment 1 Start (TPoint) L1Start.x & L1Start.y, End (TPoint) L1End.x & L1End.y
Given Line Segment 2 Start (TPoint) L2Start.x & L2Start.y, End (TPoint) L2End.x & L2End.y
With the intersection point store in Intersect (TPoint).x and .y.
My math is not good enough and I am going in circles....funny seeing that I am drawing straight lines ha ha
Jason