processing / processing/processing-website

reference curveTangent / control / point / parameters

Abierto
#383 0 comentarios 0 reacciones 1 asignado Ver en GitHub

@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

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

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.