Skip to content

Commit 9d2af08

Browse files
committed
Add curveVertex/quadraticVertex/vertex(5) declarations to PGraphics
1 parent 2af5413 commit 9d2af08

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Processing.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1836,6 +1836,10 @@ namespace _api {
18361836
void vertex(float,float);
18371837
void vertex(float,float,float);
18381838
void vertex(float,float,float,float);
1839+
void vertex(float,float,float,float,float);
1840+
void curveVertex(float,float);
1841+
void curveVertex(float,float,float);
1842+
void quadraticVertex(float,float,float,float);
18391843
void bezier(float,float,float,float,float,float,float,float);
18401844
void curve(float,float,float,float,float,float,float,float);
18411845
void text(float,float,float);

0 commit comments

Comments
 (0)