Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e0599d4

Browse files
committed
fix
1 parent f18aa36 commit e0599d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎3-animation/1-bezier-curve/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Instead of <code>x<sub>1</sub>, y<sub>1</sub>, x<sub>2</sub>, y<sub>2</sub>, x<s
7878

7979
For instance, if control points are `(0,0)`, `(0.5, 1)` and `(1, 0)`, the equations are:
8080

81-
- <code>x = (1−t)<sup>2</sup> * 0 + 2(1−t)t * 0.5 + t<sup>2</sup> * 1 = (1-t)t + t<sup>2</sup> = 1</code>
81+
- <code>x = (1−t)<sup>2</sup> * 0 + 2(1−t)t * 0.5 + t<sup>2</sup> * 1 = (1-t)t + t<sup>2</sup> = t</code>
8282
- <code>y = (1−t)<sup>2</sup> * 0 + 2(1−t)t * 1 + t<sup>2</sup> * 0 = 2(1-t)t = –t<sup>2</sup> + 2t</code>
8383

8484
Now as `t` runs from `0` to `1`, the set of values `(x,y)` for each `t` forms the curve.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /