diff --git a/core/src/processing/core/PGraphics.java b/core/src/processing/core/PGraphics.java index 32f9b28db..952cd9206 100644 --- a/core/src/processing/core/PGraphics.java +++ b/core/src/processing/core/PGraphics.java @@ -2087,6 +2087,7 @@ public class PGraphics extends PImage implements PConstants { } } + /** * ( begin auto-generated from bezierVertex.xml ) * @@ -2149,6 +2150,7 @@ public class PGraphics extends PImage implements PConstants { } } + /** * @webref shape:vertex * @param cx the x-coordinate of the control point @@ -2171,6 +2173,7 @@ public class PGraphics extends PImage implements PConstants { x3, y3); } + /** * @param cz the z-coordinate of the control point * @param z3 the z-coordinate of the anchor point @@ -2187,10 +2190,12 @@ public class PGraphics extends PImage implements PConstants { x3, y3, z3); } + protected void curveVertexCheck() { curveVertexCheck(shape); } + /** * Perform initialization specific to curveVertex(), and handle standard * error modes. Can be overridden by subclasses that need the flexibility. @@ -2214,6 +2219,7 @@ public class PGraphics extends PImage implements PConstants { curveInitCheck(); } + /** * ( begin auto-generated from curveVertex.xml ) *