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:
@@ -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
|
@@ -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 ┘
|
@@ -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
|
@@ -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 ┘
|
@@ -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
|
@@ -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 ┘
|
@@ -0,0 +1,5 @@
|
||||
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
|
||||
|
||||
2
|
||||
E(C) = (p - Bézier(s ))
|
||||
i i i
|
@@ -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
|
@@ -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
|
Reference in New Issue
Block a user