Referencia limit()

limit()

Limits a vector's magnitude to a maximum value.

The static version of limit(), as in p5.Vector.limit(v, 5), returns a new p5.Vector object and doesn't change the original.

Ejemplos

Sintaxis

limit(max)

Parámetros

max
Number: maximum magnitude for the vector.

Referencias Relacionadas