mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-28 18:49:57 +02:00
6 lines
240 B
Plaintext
6 lines
240 B
Plaintext
|
||
Bézier(n,t)= (1-t) B(n,t) + t B(n,t)
|
||
__ n n __ n n
|
||
= ❯ w (1 - t) B (t) + ❯ w t B (t)
|
||
‾‾ i=0 i i ‾‾ i=0 i i
|