mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-19 15:01:57 +02:00
full regeneration
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
|
||||
|
||||
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
|
@@ -0,0 +1,9 @@
|
||||
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
|
||||
|
||||
__ k k-i i
|
||||
Bézier(k,t) = ❯ \underset binomial term\underbrace\binomki · \ \underset polynomial term\underbrace(1-t) · t · \ \underset new
|
||||
‾‾ i=0
|
||||
╭ (k-i) · w + i · w ╮
|
||||
│ i i-1 │
|
||||
weights\underbrace│ ─────────────────────── │ , with k = n+1 and w =0 when i = 0
|
||||
╰ k ╯ i-1
|
@@ -0,0 +1,5 @@
|
||||
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
|
||||
|
||||
__ n n n n-i i
|
||||
Bézier(n,t) = ❯ w B (t) , where B (t) = \binomni · (1-t) · t
|
||||
‾‾ i=0 i i i
|
Reference in New Issue
Block a user