processing-docs icon indicating copy to clipboard operation
processing-docs copied to clipboard

reference curveTangent / control / point / parameters

Open kllsamui opened this issue 6 years ago • 0 comments

Issue description

while the example is correct, the documentation is wrong Syntax curveTangent(a, b, c, d, t)

Parameters a float: coordinate of first point on the curve b float: coordinate of first control point c float: coordinate of second control point d float: coordinate of second point on the curve

URL(s) of affected page(s)

https://processing.org/reference/curveTangent_.html

Proposed fix

Syntax curveTangent(a, b, c, d, t)

Parameters a float: coordinate of first control point on the curve b float: coordinate of first point c float: coordinate of second point d float: coordinate of second control point on the curve

see also https://processing.org/reference/curvePoint_.html

kllsamui avatar Oct 07 '19 03:10 kllsamui