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

Fix a typo: t=0, not t-0

This commit is contained in:
caryoscelus
2016-11-28 21:07:13 +04:00
committed by GitHub
parent 0dfe585e6b
commit 8a82545c46

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>