So here we have our tube/path that we’ve created with offset points:
path(tube)
Now we are looking into connecting them so that convex hull that can be seen on this next picture is kind of connected smooth to the the path (yellow one), and just becomes a convex hull with the path that goes to the last yellow point to the right if that makes sense. Here is the image for it:
Path and convexhull together
Is this even possible to do? For any clarification please leave a comment.
We havent really tried anything because we dont really have any idea where to start or what to look at, we’ve kinda look at connecting it to the centeroid of the convex hull, but that did not workout.