1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-02 12:54:23 +02:00

full regeneration

This commit is contained in:
Pomax
2021-02-28 12:28:41 -08:00
parent d8fab98ec7
commit 45394f6d0f
329 changed files with 3135 additions and 2361 deletions

View File

@@ -0,0 +1,14 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
Bézier (t) = B (t) · w + B (t) · w + B (t) · w + B (t) · w + ...
n,k n,0 0 n,1 1 n,2 2 n,3 3
d
Bézier (t) ── = n · (B (t) - B (t)) · w +
n,k dt n-1,-1 n-1,0 0
n · (B (t) - B (t)) · w +
n-1,0 n-1,1 1
n · (B (t) - B (t)) · w +
n-1,1 n-1,2 2
n · (B (t) - B (t)) · w +
n-1,2 n-1,3 3
...