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.
IndexProgramming Questions & HelpSyntax Questions › How do I use the Bezier tool please
Page Index Toggle Pages: 1
How do I use the Bezier tool please? (Read 303 times)
How do I use the Bezier tool please?
Oct 24th, 2008, 6:20am
 
I cannot find a simple demo how to use the Bezier tool, I don't suppose in Processing it is easy, I would like to draw a semi circle and all I could find was this example:

http://processing.org/learning/examples/bezier.html

Thanks.
Re: How do I use the Bezier tool please?
Reply #1 - Oct 24th, 2008, 7:34am
 
what you need is arc:
http://processing.org/reference/arc_.html

btw. the term tool refers to a sort of plugin for the processing environment. what you we're looking for is help with the bezier "function".

F
Re: How do I use the Bezier tool please?
Reply #2 - Oct 24th, 2008, 8:06am
 
Thanks, I didn't see this. When using Flash a like was used as  a path to move a shape along, obviously not the same in Processing. I am looking to illustrate the line which I would like something to travel, what exactly would I need to do in order to get something to move in an egg shape for example?
Page Index Toggle Pages: 1