Skip to content

Commit 26f1e4c

Browse files
committed
Fix: add curveVertex(x,y,z) declaration to PApplet
1 parent dc969b3 commit 26f1e4c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Processing.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,7 @@ class PGraphics : public PImage {
977977
void bezierVertex(float cx1,float cy1,float cz1,float cx2,float cy2,float cz2,float x,float y,float z);
978978
void curveVertex(float x, float y);
979979
void curveVertex(float x, float y, float z);
980+
void curveVertex(float x, float y, float z);
980981
void image(PImage* img, float x, float y);
981982
void image(PImage* img, float x, float y, float w, float h);
982983
void image(PImage* img, float dx1,float dy1,float dx2,float dy2,float sx1,float sy1,float sx2,float sy2);

0 commit comments

Comments
 (0)