1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-20 07:21:43 +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,10 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
3 2 2 3
Bézier(t) = x (1-t) + 3x (1-t) t + 3x (1-t)t + x t
1 2 3 4
\prime 2 2
Bézier (t) = a(1-t) + 2b(1-t)t + ct { a=3(x -x ),b=3(x -x ),c=3(x -x ) }
2 1 3 2 4 3
\prime\prime
Bézier (t) = u(1-t) + vt {u=2(b-a),v=2(c-b)}\

View File

@@ -0,0 +1,9 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
3 2 2 3
Bézier(t) = y (1-t) + 3y (1-t) t + 3y (1-t)t + y t
1 2 3 4
\prime 2 2
Bézier (t) = d(1-t) + 2e(1-t)t + ft
\prime\prime
Bézier (t) = w(1-t) + zt

View File

@@ -0,0 +1,4 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
C(t) = Bézier \prime(t) · Bézier \prime\prime(t) - Bézier \prime(t) · Bézier \prime\prime(t)
x y y x