Goodmorning,
I'm trying to use the lowest calculation overhead to figure out distance and time remaining to a start line, with saved end points a and b.
What i know is present position which coild be anywhere on 1 side of the start line, including off the ends, current speed and track
Distance to either of the end points, and also the track of the actual start line and distance of the start line
What i thought of doing was displaying the vmg at a tangent to the start line ( pythagorus) unless distance to furthest point is greater than distance of start line, in which case its vmg direcyly to the nearest start point..... thoughts?