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
Note that Ray does not support this either, which makes sense. In the context of a Multiline, if there is just one ray and no other shape, I suppose this method should throw. But if there are two rays (on both ends), or a single ray and arcs/segments, then it is valid to order points along them.
FWIW the algorithm I am working on no longer requires sorting points. So feel free to close this if you don’t consider it important. I also realized that a multiline can cross itself, which makes this tricky: should the points be sorted according to their first appearance, or should some points appear more than once in the returned array?
Now that it supports
intersect
, this would be very useful.The text was updated successfully, but these errors were encountered: