mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-19 06:52:02 +02:00
typo fix
remove errant comma
This commit is contained in:
@@ -127,7 +127,7 @@ var Whatis = React.createClass({
|
||||
<p>Bezier curves are the result of <a href="https://en.wikipedia.org/wiki/Linear_interpolation">linear
|
||||
interpolations</a>. That sounds complicated but you've been doing linear interpolation since you were
|
||||
very young: any time you had to point at something between two other things, you've been applying
|
||||
linear interpolation. It's simply "picking a point between two, points".</p>
|
||||
linear interpolation. It's simply "picking a point between two points".</p>
|
||||
|
||||
<p>If we know the distance between those two points, and we want a new point that is, say, 20% the
|
||||
distance away from the first point (and thus 80% the distance away from the second point) then we
|
||||
|
Reference in New Issue
Block a user