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
When trying to calculate the distance to the start stop segment this function's implementation seems to ignore the line segment concept.
In other words, this math assumes the start to stop is a line throughout the universe or in this case throughout the sphere, basically and endless line which wraps itself around the earth infinityly...
I need a version of this function which will respect the line segment concept and return a larger distance if the point is beyond the start and stop points...
(I ported the C++ code version to Delphi pretty well, but so far my visualizations show this function seems to compute an infinite line across the sphere... )
The text was updated successfully, but these errors were encountered:
SkybuckFlying
changed the title
Something wrong with CrossTrackDistanceTo ? It seems to go beyond the start and stop points/segment
Something wrong with CrossTrackDistanceTo ? It assumes a line instead of line segment ?
Feb 16, 2023
When trying to calculate the distance to the start stop segment this function's implementation seems to ignore the line segment concept.
In other words, this math assumes the start to stop is a line throughout the universe or in this case throughout the sphere, basically and endless line which wraps itself around the earth infinityly...
I need a version of this function which will respect the line segment concept and return a larger distance if the point is beyond the start and stop points...
(I ported the C++ code version to Delphi pretty well, but so far my visualizations show this function seems to compute an infinite line across the sphere... )
The text was updated successfully, but these errors were encountered: