1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-30 19:50:01 +02:00

regenerated all images

This commit is contained in:
Pomax
2020-09-06 17:23:52 -07:00
parent 17c50a403b
commit 42b9818441
66 changed files with 407 additions and 328 deletions

View File

@@ -7,11 +7,11 @@ If we combine the work done in the previous sections on curve flattening and arc
<div class="figure">
<graphics-element title="Approximate quadratic curve arc length" src="./approximate.js" data-type="quadratic">
<input type="range" min="1" max="24" step="1" value="4" class="slide-control">
<input type="range" min="2" max="24" step="1" value="4" class="slide-control">
</graphics-element>
<graphics-element title="Approximate cubic curve arc length" src="./approximate.js" data-type="cubic">
<input type="range" min="1" max="32" step="1" value="8" class="slide-control">
<input type="range" min="2" max="32" step="1" value="8" class="slide-control">
</graphics-element>
</div>