1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-23 00:33:12 +02:00

Merge pull request #48 from caryoscelus/patch-1

Fix a typo: t=0, not t-0
This commit is contained in:
Mike Kamermans
2017-02-08 17:42:57 +01:00
committed by GitHub

View File

@@ -48,7 +48,7 @@ var Explanation = React.createClass({
<SectionHeader {...this.props} />
<p>Now that we know the mathematics behind Bézier curves, there's one curious thing that you may have
noticed: they always run from <i>t-0</i> to <i>t=1</i>. Why that particular interval?</p>
noticed: they always run from <i>t=0</i> to <i>t=1</i>. Why that particular interval?</p>
<p>It all has to do with how we run from "the start" of our curve to "the end" of our curve. If we have
a value that is a mixture of two other values, then the general formula for this is:</p>