weird spacing issues?

This commit is contained in:
Ben Fry
2015-10-05 11:54:01 -04:00
parent 01c42bddcb
commit c067e60b8a

View File

@@ -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 )
*