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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user