mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-30 19:50:01 +02:00
11 lines
423 B
Plaintext
11 lines
423 B
Plaintext
|
||
__ n=3 n-k k
|
||
B(t) = ❯ \ P \binomnk(1-t) t
|
||
cubic ‾‾ k=0
|
||
k
|
||
|
||
3 2 2 3
|
||
= P (1-t) + 3 P (1-t) t + 3P (1-t)t + P t
|
||
|
||
0 1 2 3
|