curveTightness()
Shape / CurvesDescription
Modifies the quality of curves drawn with curve(). Default is 0.
Syntax
void curveTightness(float t)
Parameters
| Name | Type | Description |
|---|---|---|
| t | float | amount of deformation from the original vertices |
Returns
voidRelated
Under the Hood
From Processing.h:
void curveTightness(float t);
Under the Hood
From Processing.cpp:
void PApplet::curveTightness(float t){curveTightnessVal=t;}