We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsWebsite,  Documentation,  Book Bugs › Curve - The bezier function
Page Index Toggle Pages: 1
Curve - The bezier function (Read 919 times)
Curve - The bezier function
Sep 22nd, 2005, 5:55pm
 
Hi,

here is a mistake in the showed code or?

bezier(60, 40, 160, 10, 190, 150, 60, 150);

should be:
bezier(60, 40, 160, 10, 150, 150, 60, 150);
because of the red line that are drawn

stroke(255);
line(60, 40, 160, 10);
line(160, 150, 60, 150);

best
Re: Curve - The bezier function
Reply #1 - Dec 9th, 2005, 7:49am
 
Where is this code? In the reference or in an example?
Page Index Toggle Pages: 1