Pomax / BezierInfo-2

The development repo for the Primer on Bézier curves, https://pomax.github.io/bezierinfo
https://pomax.github.io/bezierinfo
Other
2.29k stars 286 forks source link

Improvements to the offsetting code #381

Open jonschz opened 1 year ago

jonschz commented 1 year ago

Dear Pomax,

first of all, thank you so much for your work! My project would not have been possible without it. I gave the due credits in multiple places.

My project involved implementing a variant of your offsetting algorithm in LaTeX (you can check it out at https://github.com/jonschz/tikz-nfold if you are interested). While implementing the code I discovered some improvements which I explain here, p. 6 ff in detail. A quick summary:

Don't feel obligated to implement any of these improvements, I merely wanted to share what I found out.