in my addon I have a 2d shape (polyline) for which I want to add rounded corners (step-wise, like the bevel does, when added edges for the bevel).
This means I want to decide that I add for example 2, 3, or any number of points like this:
And then connect these with my polyline.
Does anybody no the algorithmn for this?

