CodingTrain / Suggestion-Box

A repo to track ideas for topics
570 stars 86 forks source link

Bezier Curves #1487

Open momtr opened 4 years ago

momtr commented 4 years ago

Curve that is used in several image processing algorithms. Very interesting :) https://www.youtube.com/watch?v=3izFMB91K_Q (2:26)

D-T-666 commented 4 years ago

there is a built in function in p5 that takes 8 arguments for 4 control points or 12 arguments for 3D 4 control point bezier.

I made a short example of bezier with n control points - https://editor.p5js.org/shapeShifterScroll/full/TUqdMATCv

momtr commented 4 years ago

Yes, still, it would be interesting to see Dan implementing that himself haha

D-T-666 commented 4 years ago

yeah yeah! of course! when I read this issue I remembered that there was a built in function in p5 and played around it and than considered building it from scratch and shared it here!