mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
weird spacing issues?
This commit is contained in:
@@ -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 )
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user