mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-22 08:13:51 +02:00
full regeneration
This commit is contained in:
@@ -16,6 +16,9 @@ draw() {
|
||||
|
||||
setStroke("red");
|
||||
curve.drawSkeleton(`lightblue`);
|
||||
|
||||
// instead of running an arclength summation, we
|
||||
// just... sum the lengths of our line segments.
|
||||
LUT.forEach((p1,i) => {
|
||||
if (i===0) return;
|
||||
let p0 = LUT[i-1];
|
||||
|
Reference in New Issue
Block a user