Update sketch_191205a.pyde

main
Alexandre B A Villares 2019-12-06 00:46:01 -02:00
rodzic c04976c42f
commit 28ebda2169
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ def draw():
background(240, 250, 250)
for i in range(5):
pts = lerp_pts(pontos, novos_pontos, i / 5.)
draw_pontos(pts, offset_curva, handle=not i)
draw_pontos(pts, novo_offset_curva, handle=not i)
def draw_pontos(pontos, offset, handle=False):
for i, (x0, y0) in enumerate(pontos):