curveTightness()

Shape / Curves

Description

Modifies the quality of curves drawn with curve(). Default is 0.

Syntax

void curveTightness(float t)

Parameters

NameTypeDescription
tfloatamount of deformation from the original vertices

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...