Skip to content

Commit 71be2fe

Browse files
authored
Update article.md
1 parent 30c6b30 commit 71be2fe

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
@@ -167,7 +167,7 @@
167167
<code>P = (1−t)<sup>2</sup>P<sub>1</sub> + 2(1−t)tP<sub>2</sub> + t<sup>2< /sup>P<sub>3</sub></code>
168168
- برای 4 نقطه کنترل:
169169

170-
<code>P = (1−t)<sup>3</sup>P<sub>1</sub> + 3(1−t)<sup>2</sup>tP<sub>2</sub> +3(1−t)t<sup>2</sup>P<sub>3</sub> + t<sup>3</sup>P<sub>4</sub></code>
170+
<code>P = (1−t)<sup>3</sup>P<sub>1</sub> + 3(1−t)<sup>2</sup>tP<sub>2</sub> +3(1−t)t<sup>2</sup>P<sub>3</sub> + t<sup>3</sup>P<sub>4</sub></code>
171171

172172
173173
اینها معادلات برداری هستند. به عبارت دیگر، می‌توانیم 'x' و 'y' را به جای 'P' قرار دهیم تا مختصات مربوطه را بدست آوریم.

0 commit comments

Comments
 (0)