1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-31 12:01:54 +02:00

full regeneration

This commit is contained in:
Pomax
2020-09-19 18:34:03 -07:00
parent ad872f83c5
commit 4c0e71cd4a
234 changed files with 1468 additions and 1376 deletions

View File

@@ -28,6 +28,7 @@ draw() {
// find our answer:
let y = round(curve.get(t).y);
// and draw everything
setStroke("red");
line(x, y, x, h);
line(x, y, 0, y);