We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
I was wondering what the best way to design a curve graph is.
I ultimately want to make a long graph, and make a line smoothly and swiftly going through the points similar to the red one in the image here. Not an animation btw, just wondering how to design the line itself - do I use Bezier Curves? If so, how should I go about doing it?
Thanks
Answers
Did you do the tutorial on Curves?
https://www.processing.org/tutorials/
maybe you can make use of my small bezierVertex Editor
Direct link to the tutorial Chrisr mentioned:
Looks like you want bezierVertex(), given the way your illustration indicates control points.
thanks