Skip to content

Commit 2d8c198

Browse files
authored
Update article.md
1 parent 71e113a commit 2d8c198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

7-animation/1-bezier-curve/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
- <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>
185185
- <code>y = (1−t)<sup>2</sup> * 0 + 2(1−t)t * 1 + t<sup>2</sup> * 0 = 2(1-t) t = –2t<sup>2</sup> + 2t</code>
186186

187-
اکنون که «t» از '0' تا '1' اجرا می شود، مجموعه مقادیر '(x,y)' برای هر 't' منحنی چنین نقاط کنترلی را تشکیل می دهد.
187+
اکنون که 't' از '0' تا '1' اجرا می شود، مجموعه مقادیر '(x,y)' برای هر 't' منحنی چنین نقاط کنترلی را تشکیل می دهد.
188188

189189
## خلاصه
190190

0 commit comments

Comments
 (0)