Does anyone have any suggestions on how to produce a polyline boundary from a set of points, much like Matlab’s ‘boundary’ function? It’s important that the result is not ‘self-crossing’. I’ve tried ‘SortPointList’ with little success.
The result in Matlab can be seen in the attached image:
Yes, but Matlab’s boundary function is a convex hull with points added. So, I guess a convex hull is the closest starting point you can have out of the box…