1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-26 17:54:52 +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

@@ -146,7 +146,7 @@ var Whatis = React.createClass({
\]</p>
<p>So let's look at that in action: the following graphic is interactive in that you can use your
'+' and '-' keys to increase or decrease the interpolation distance, to see what happens. We start
up and down arrow keys to increase or decrease the interpolation distance, to see what happens. We start
with three points, which gives us two lines. Linear interpolation over those lines gives use two
points, between which we can again perform linear interpolation, yielding a single point. And that
point —and all points we can form in this way for all distances taken together— form our Bézier curve:</p>