So I am doing a project wehere we use the Convex hull to group the points and Catmull-Rom spline to make it more round like shown on the picture:
Visual representation
Now i got the next task which is to connect the paths that can be seen under to the convex hull so that i would look something like this:
Desired effect
So Im not sure how to go about this, i was thinking about adding a bigger circle around the small ones, and then connecting their conferance together, where after i could use something like Bezier curve to get the desired effect, but from my understadning that’s not how the Bezier curve works, so if anyone has any ideas please answer 🙂
pele is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.