processing / processing/processing-website
reference curveTangent / control / point / parameters
@REAS ya está trabajando en esto.
Desde el 14/12/2019.
- Lenguaje dominante
- MDX
- Estrellas
- 90
- Forks
- 122
- Merge medio
- 1 h 43 min
- PR fusionados (30 d)
- 3
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.