1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-28 02:30:57 +02:00
This commit is contained in:
Pomax
2020-10-18 14:27:57 -07:00
parent 133105d44e
commit 0f6683ca6d
314 changed files with 11182 additions and 266 deletions

View File

@@ -0,0 +1,4 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
d = { d if 0 ≤\phi ≤\pi
-d if \phi < 0 \lor \phi > \pi

View File

@@ -0,0 +1,6 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
╭ e = B + t · d
╡ 1
│ e = B - (1-t) · d
╰ 2

View File

@@ -0,0 +1,4 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
\phi = (atan2(E -S , E -S ) - atan2(B -S , B -S ) + 2 \pi) mod 2 \pi
y y x x y y x x

View File

@@ -0,0 +1,11 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
╭ d = || Start - B||
│ 1
│ d = || End - B||
│ 2
╡ d
│ 1
│ t= ─────
│ d +d
╰ 1 2