I'm trying to solve coordinate related problem.
I have a large set of X,Y coordinates (logged by the GPS device during circuit racing, the driver makes 10-20 laps during one racing session) and a vector (a line that marks start/finish of the circuit/lap).
I need to divide large set of coordinates into sub-sets using intersections with the start/finish vector.
How can I solve this problem?
Thank You