bezierDetail()
Shape / CurvesDescription
Sets the resolution at which bezier curves display. Default is 20.
Syntax
void bezierDetail(int d)
Parameters
| Name | Type | Description |
|---|---|---|
| d | int | resolution of the bezier curve |
Returns
voidRelated
Under the Hood
From Processing.h:
void bezierDetail(int d);
Under the Hood
From Processing.cpp:
void PApplet::bezierDetail(int d) {bezierDetailVal=d;}