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
I wonder if the point location queries can be sped up if we save pointers between the trajectory vertices and their corresponding trapezoidal map vertices.
Storing this directly in the segments or points would be ugly though. Would it be best to store them in the trapezoidal map class? That doesn't seem very sanitary either.
The text was updated successfully, but these errors were encountered:
I wonder if the point location queries can be sped up if we save pointers between the trajectory vertices and their corresponding trapezoidal map vertices.
Storing this directly in the segments or points would be ugly though. Would it be best to store them in the trapezoidal map class? That doesn't seem very sanitary either.
The text was updated successfully, but these errors were encountered: