processing / processing/processing-website
reference curveTangent / control / point / parameters
@REAS arbeitet bereits daran.
Seit 14.12.2019.
- Vorherrschende Sprache
- MDX
- Sterne
- 90
- Forks
- 122
- Ø Merge
- 1 Std. 43 Min.
- Gemergte PRs (30 T.)
- 3
Beschreibung
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
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.