curveDetail()

Shape / Curves

Description

Sets the resolution at which curves display. Default is 20.

Syntax

void curveDetail(int d)

Parameters

NameTypeDescription
dintresolution of the curve

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...