Skip to content

Commit 4cc297c

Browse files
committed
Update parameter reference for curveTangent()
1 parent 78f7c30 commit 4cc297c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/src/processing/core/PGraphics.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3470,10 +3470,10 @@ public float curvePoint(float a, float b, float c, float d, float t) {
34703470
* Code thanks to Dave Bollinger (Bug #715)
34713471
*
34723472
* @webref shape:curves
3473-
* @param a coordinate of first point on the curve
3474-
* @param b coordinate of first control point
3475-
* @param c coordinate of second control point
3476-
* @param d coordinate of second point on the curve
3473+
* @param a coordinate of first control point on the curve
3474+
* @param b coordinate of first point
3475+
* @param c coordinate of first point
3476+
* @param d coordinate of second control point on the curve
34773477
* @param t value between 0 and 1
34783478
* @see PGraphics#curve(float, float, float, float, float, float, float, float, float, float, float, float)
34793479
* @see PGraphics#curveVertex(float, float)

0 commit comments

Comments
 (0)