You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An alternative would be to have "bounding circles" instead to include the area of the curve, that way the math would probably be easier, but then again, that could be done by using a bounding box for the line as well.
The text was updated successfully, but these errors were encountered:
While I like the idea, I am afraid that something like that would be hell to maintain and keep up-to-date. Say the track is modified, or just one vertex is moved, it would mess up the curve indices, and it would no longer overlap.
I'd like to contribute the curve indices and names to this project. What would be the best way of going about doing that?
My use case is to use the data to identify what curve a car is currently in given its coordinate.
For example, for the French circuit, I could add the following JSON for the tenth curve.
An alternative would be to have "bounding circles" instead to include the area of the curve, that way the math would probably be easier, but then again, that could be done by using a bounding box for the line as well.
The text was updated successfully, but these errors were encountered: