1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-26 09:44:32 +02:00

Merge pull request #21 from hite/patch-1

bugfix: mismatch formula
This commit is contained in:
Mike Kamermans
2017-02-08 17:17:56 +01:00
committed by GitHub

View File

@@ -119,7 +119,7 @@ var Whatis = React.createClass({
<section>
<SectionHeader {...this.props} />
<p>Playing with the points for curves may have given you a feel for how Bézier curves behaves, but
<p>Playing with the points for curves may have given you a feel for how Bézier curves behave, but
what <em>are</em> Bézier curves, really? There are two ways to explain what a Bézier curve is, and
they turn out to be the entirely equivalent, but one of them uses complicated maths, and the other
uses really simple maths. So... let's start with the simple explanation:</p>