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
Implementation in Processing.h / Processing.cpp:
Loading...