mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-22 08:13:51 +02:00
9 lines
346 B
Plaintext
9 lines
346 B
Plaintext
|
|
3 2 2 3
|
|
Bézier(t) = y (1-t) + 3y (1-t) t + 3y (1-t)t + y t
|
|
1 2 3 4
|
|
\prime 2 2
|
|
Bézier (t) = d(1-t) + 2e(1-t)t + ft
|
|
\prime\prime
|
|
Bézier (t) = w(1-t) + zt
|