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_
   Bugs
   Website, Reference, Example Bugs
(Moderator: REAS)
   reference: minimal number of curveVertexes
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: reference: minimal number of curveVertexes  (Read 651 times)
sanguinarium

WWW
reference: minimal number of curveVertexes
« on: Aug 2nd, 2004, 1:39pm »

low prio reference suggestion:
 
now this sounds silly but i think it would make sense to add a reference note about the minimal amount of vertexes needed in curveVertex() and bezierVertex().  
 
this will prevent you from questions (like i got) for fragments such as:  
 
beginShape(LINE_STRIP);  
curveVertex(84,  91);  
curveVertex(68,  19);  
curveVertex(21,  17);  
endShape();  
 
('because i want to draw a curve with three nodes' -> [sheee!]... splines... blablabla... nodeweights... blabla... math... blablabla...).  
 
y'all know the routine...
 
sanguinarium

WWW
Re: reference: minimal number of curveVertexes
« Reply #1 on: Aug 18th, 2004, 6:14pm »

sorry, this should have gone into reference suggestions of course. not a bug!
 
Pages: 1 

« Previous topic | Next topic »