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
Aardvark. Geometry PointTree
PointRkdTreeF<TArray, TPoint>
Looking forward to achieving fast multi segment line query function.
GetClosestToPolyLine
Unfortunately, currently only GetClosestToLine is available
The text was updated successfully, but these errors were encountered:
You can just use repeated line queries and union the results? I guess a specialized Polyline query would not improve things much. The only pitfall here is that you will get duplicate points near the vertices which can easily be avoided by unioning all inliers in a HashSet<int> or similar
Aardvark. Geometry PointTree
PointRkdTreeF<TArray, TPoint>
Looking forward to achieving fast multi segment line query function.
GetClosestToPolyLine
Unfortunately, currently only GetClosestToLine is available
The text was updated successfully, but these errors were encountered: