1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-13 20:24:16 +02:00

up and down arrow, all the way

This commit is contained in:
Pomax
2016-01-14 10:28:43 -08:00
parent f3fb2b8a08
commit 1a2fd8b623
4 changed files with 6 additions and 6 deletions

View File

@@ -241,7 +241,7 @@ var Introduction = React.createClass({
<p>With that in place, all that's left now is to "restart" the procedure by treating the found arc's
end point as the new to-be-determined arc's starting point, and using points further down the curve. We
keep trying this until the found end point is for <em>t=1</em>, at which point we are done. Again,
the following graphic allows for '+' and '-' key input to increase or decrease the error threshold,
the following graphic allows for up and down arrow key input to increase or decrease the error threshold,
so you can see how picking a different threshold changes the number of arcs that are necessary to
reasonably approximate a curve:</p>