quadraticVertex()

Shape / Vertex

Description

Specifies a vertex with a single control point for quadratic bezier curves.

Syntax

void quadraticVertex(float cx, float cy, float x, float y)

Parameters

NameTypeDescription
cxfloatx of control point
cyfloaty of control point
xfloatx of anchor point
yfloaty of anchor point

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...