There was an error while loading. Please reload this page.
1 parent dc969b3 commit 26f1e4cCopy full SHA for 26f1e4c
1 file changed
src/Processing.h
@@ -977,6 +977,7 @@ class PGraphics : public PImage {
977
void bezierVertex(float cx1,float cy1,float cz1,float cx2,float cy2,float cz2,float x,float y,float z);
978
void curveVertex(float x, float y);
979
void curveVertex(float x, float y, float z);
980
+ void curveVertex(float x, float y, float z);
981
void image(PImage* img, float x, float y);
982
void image(PImage* img, float x, float y, float w, float h);
983
void image(PImage* img, float dx1,float dy1,float dx2,float dy2,float sx1,float sy1,float sx2,float sy2);
0 commit comments