1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-22 08:13:51 +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,5 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
__ n 2
E(C) = (p - Bézier(s ))
‾‾ i=1 i i

View File

@@ -0,0 +1,5 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
┌ a 0 0 ┐ ┌ 1 0 0 ┐ ┌ a ┐
B = T · M · C = ┌ 2 ┐ · │ -2a 2b 0 │ = ┌ 2 ┐ · │ -2 2 0 │ · │ b │
quadratic └ 1 t t ┘ └ a -2b c ┘ └ 1 t t ┘ └ 1 -2 1 ┘ └ c ┘

View File

@@ -0,0 +1,5 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
3 2 2 3
B =a(1-t) + 3b(1-t) t + 3c(1-t)t + dt
cubic

View File

@@ -0,0 +1,6 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
┌ 1 0 0 0 ┐ ┌ a ┐
B = T · M · C = ┌ 2 3 ┐ · │ -3 3 0 0 │ · │ b │
cubic └ 1 t t t ┘ │ 3 -6 3 0 │ │ c │
└ -1 3 -3 1 ┘ └ d ┘

View File

@@ -0,0 +1,9 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
B =a
cubic
- 3at + 3bt
2 2 2
+ 3at - 6bt +3ct
3 3 3 3
- at + 3bt -3ct + dt

View File

@@ -0,0 +1,7 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
┌ 1 0 0 0 0 ┐ ┌ a ┐
│ -4 4 0 0 0 │ │ b │
B = T · M · C = ┌ 2 3 4 ┐ · │ 6 -12 6 0 0 │ · │ c │
quartic └ 1 t t t t ┘ │ -4 12 -12 4 0 │ │ d │
└ 1 -4 6 -4 1 ┘ └ e ┘

View File

@@ -0,0 +1,5 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
2
E(C) = (p - Bézier(s ))
i i i

View File

@@ -0,0 +1,7 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
2 2
B = a (1-t) + 2 b (1-t) t + c t
quadratic
2 2 2
= a - 2at + at + 2bt - 2bt + ct

View File

@@ -0,0 +1,7 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
B =a
quadratic
- 2at+ 2bt
2 2 2
+ at - 2bt + ct