FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Topics & Contributions
   Information Visualization
(Moderators: forkinsocket, REAS)
   time-based bezier
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: time-based bezier  (Read 837 times)
benelek

35160983516098 WWW Email
time-based bezier
« on: Sep 11th, 2003, 9:47am »

just a quick visualisation/explanation of the bezier curve as time-based. note that
bezier(x1,y1,x2,y2,x3,y3,x4,y4);
itself is not called, but its child
bezier(x1,x2,x3,x4,t);
is used.
 
http://users.bigpond.net.au/schwartz/bezier_time/applet/
 
Pages: 1 

« Previous topic | Next topic »