1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-23 08:43:18 +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
┌ P ┐ ┌ P + 6(P - P ) ┐
│ 1 │ │ 4 1 2 │
│ P │ │ P │
│ 2 │ \Rightarrow │ 1 │
│ P │ Bézier │ P │ CatmullRom
│ 3 │ │ 4 │
│ P │ │ P + 6(P - P ) │
└ 4 ┘ └ 1 4 3 ┘

View File

@@ -0,0 +1,10 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
┌ 0 1 0 0 ┐ ┌ P ┐
│ 0 0 1 0 │ │ 1 │
┌ 1 0 0 0 ┐ │ -1 1 │ │ P │
CatmullRom(t) = ┌ 2 3 ┐ · │ 0 0 1 0 │ · │ ── 0 ── 0 │ · │ 2 │
└ 1 t t t ┘ │ -3 3 -2 -1 │ │ 2τ 2τ │ │ P │
└ 2 -2 1 1 ┘ │ -1 1 │ │ 3 │
│ 0 ── 0 ── │ │ P │
└ 2τ 2τ ┘ └ 4 ┘

View File

@@ -0,0 +1,10 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
┌ P ┐
│ 1 │
┌ 1 0 0 0 ┐ │ P │
Bézier(t) = ┌ 2 3 ┐ · │ -3 3 0 0 │ · │ 2 │
└ 1 t t t ┘ │ 3 -6 3 0 │ │ P │
└ -1 3 -3 1 ┘ │ 3 │
│ P │
└ 4 ┘

View File

@@ -0,0 +1,14 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
┌ V = P ┐
│ 1 2 │
┌ P ┐ │ V = P │
│ 1 │ │ 2 3 │
│ P │ │ P - P │
│ 2 │ = │ 3 1 │
│ P │points │ V' = ─────── │ point-tangent
│ 3 │ │ 1 2 │
│ P │ │ P - P │
└ 4 ┘ │ 4 2 │
│ V' = ─────── │
└ 2 2 ┘

View File

@@ -0,0 +1,10 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
┌ V ┐
│ 1 │
┌ 1 0 0 0 ┐ │ V │
CatmullRom(t) = ┌ 2 3 ┐ · │ 0 0 1 0 │ · │ 2 │
└ 1 t t t ┘ │ -3 3 -2 -1 │ │ V' │
└ 2 -2 1 1 ┘ │ 1 │
│ V' │
└ 2 ┘

View File

@@ -0,0 +1,10 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
┌ V ┐
│ 1 │
┌ 1 0 0 0 ┐ │ V │
CatmullRom(t) = ┌ 2 3 ┐ · │ 0 0 1 0 │ · │ 2 │
└ 1 t t t ┘ │ -3 3 -2 -1 │ │ V' │
└ 2 -2 1 1 ┘ │ 1 │
│ V' │
└ 2 ┘

View File

@@ -0,0 +1,10 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
┌ P ┐ ┌ P ┐
│ 1 │ │ 1 │
│ P │ │ P │
│ 2 │ \Rightarrow │ 4 │
│ P │ Bézier │ P + 3(P - P ) │ CatmullRom
│ 3 │ │ 4 1 2 │
│ P │ │ P + 3(P - P ) │
└ 4 ┘ └ 1 4 3 ┘

View File

@@ -0,0 +1,14 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
┌ P ┐
│ 2 │
┌ P ┐ │ P -P │
│ 1 │ │ 3 1 │
│ P │ │ P + ────── │
│ 2 │ \Rightarrow │ 2 6 · τ │
│ P │ CatmullRom │ P -P │ Bézier
│ 3 │ │ 4 2 │
│ P │ │ P - ────── │
└ 4 ┘ │ 3 6 · τ │
│ P │
└ 3 ┘

View File

@@ -0,0 +1,12 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
┌ 0 1 0 0 ┐
│ -1 1 │ ┌ P ┐
│ ── 0 ── 0 │ │ 1 │
│ 2τ 2τ │ │ P │
CatmullRom(t) = ┌ 2 3 ┐ · │ 1 1 1 -1 │ · │ 2 │
└ 1 t t t ┘ │ ─ ── - 3 3 - ─ ── │ │ P │
│ τ 2t t 2t │ │ 3 │
│ -1 1 1 1 │ │ P │
│ ── 2 - ── ── - 2 ── │ └ 4 ┘
└ 2t 2τ 2τ 2t ┘