quadraticVertex()
Shape / VertexDescription
Specifies a vertex with a single control point for quadratic bezier curves.
Syntax
void quadraticVertex(float cx, float cy, float x, float y)
Parameters
| Name | Type | Description |
|---|---|---|
| cx | float | x of control point |
| cy | float | y of control point |
| x | float | x of anchor point |
| y | float | y of anchor point |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...