1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-02 21:02:49 +02:00
This commit is contained in:
Pomax
2020-10-18 14:27:57 -07:00
parent 133105d44e
commit 0f6683ca6d
314 changed files with 11182 additions and 266 deletions

View File

@@ -0,0 +1,17 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
__ n+1 n __ n+1 n
Bézier(n,t)= w (1 - t) B (t) + w t B (t)
‾‾ i=0 i i ‾‾ i=0 i i
__ n+1 k-i k __ n+1 i+1 k
= w ─── B (t) + w ─── B (t), where k = n + 1
‾‾ i=0 i k i ‾‾ i=0 i k i+1
__ n+1 k-i k __ n+1 i k
= w ─── B (t) + p ─ B (t)
‾‾ i=0 i k i ‾‾ i=0 i-1 k i
__ n+1 ╭ k-i i ╮ k
= │ w ─── + p ─ │ B (t)
‾‾ i=0 ╰ i k i-1 k ╯ i
__ n+1 k i
= (w (1-s) + p s) B (t), where s = ─
‾‾ i=0 i i-1 i k