1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-27 10:15:05 +02:00

Fixed typo: internval -> interval

This commit is contained in:
Saniul Ahmed
2016-02-12 18:19:18 +03:00
parent c6ad5be9d5
commit 7bcdcfc9bd

View File

@@ -87,8 +87,8 @@ var Explanation = React.createClass({
more "shape" hidden in the rest of the curve, and we can model those parts by moving the curve more "shape" hidden in the rest of the curve, and we can model those parts by moving the curve
points around.</p> points around.</p>
<Graphic preset="simple" title="Quadratic infinite internval Bézier curve" setup={this.setupQuadratic} draw={this.draw} /> <Graphic preset="simple" title="Quadratic infinite interval Bézier curve" setup={this.setupQuadratic} draw={this.draw} />
<Graphic preset="simple" title="Cubic infinite internval Bézier curve" setup={this.setupCubic} draw={this.draw} /> <Graphic preset="simple" title="Cubic infinite interval Bézier curve" setup={this.setupCubic} draw={this.draw} />
<p>In fact, there are curves used in graphics design and computer modelling that do the opposite <p>In fact, there are curves used in graphics design and computer modelling that do the opposite
of Bézier curves, where rather than fixing the interval, and giving you free coordinates, they fix of Bézier curves, where rather than fixing the interval, and giving you free coordinates, they fix