MCPcopy Index your code
hub / github.com/processing/processing / curveTightness

Method curveTightness

core/src/processing/core/PGraphics.java:3535–3538  ·  view source on GitHub ↗

( begin auto-generated from curveTightness.xml ) Modifies the quality of forms created with curve() and curveVertex() . The parameter squishy determines how the curve fits to the vertex points. The value 0.0 is the default value for squishy (this value defines the curves

(float tightness)

Source from the content-addressed store, hash-verified

3533 * @see PGraphics#curveVertex(float, float)
3534 */
3535 public void curveTightness(float tightness) {
3536 curveTightness = tightness;
3537 curveInit();
3538 }
3539
3540
3541 protected void curveInitCheck() {

Callers

nothing calls this directly

Calls 1

curveInitMethod · 0.95

Tested by

no test coverage detected