Skip to content

Commit 608ae0b

Browse files
committed
Add curveVertex(x,y,z) to PApplet declaration
1 parent 2596e8f commit 608ae0b

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
@@ -4152,6 +4152,7 @@ struct PApplet {
41524152
void bezierVertex(float cx1, float cy1, float cx2, float cy2, float x, float y);
41534153
void quadraticVertex(float cx, float cy, float x, float y);
41544154
void curveVertex(float x, float y);
4155+
void curveVertex(float x, float y, float z);
41554156
void beginContour();
41564157
void endContour();
41574158
void bezier(float x1,float y1,float cx1,float cy1,float cx2,float cy2,float x2,float y2);

0 commit comments

Comments
 (0)