curveVertex()
Shape / VertexDescription
Specifies vertex coordinates for curves inside beginShape()/endShape(). At least 4 points required.
Syntax
void curveVertex(float x, float y)
Parameters
| Name | Type | Description |
|---|---|---|
| x | float | x-coordinate of the vertex |
| y | float | y-coordinate of the vertex |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...