( 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)
| 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() { |