Computes the cumulative start and end distance of each segment along the full route.
Think of this like mileage markers — segment 0 might span 0 m–15 m,
segment 1 from 15 m–32 m, etc. Useful for vehicles that need to know their
absolute progress along a route.
Computes the cumulative start and end distance of each segment along the full route. Think of this like mileage markers — segment 0 might span 0 m–15 m, segment 1 from 15 m–32 m, etc. Useful for vehicles that need to know their absolute progress along a route.