1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-26 01:44:03 +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
x' = x · cos (\phi) - y · sin (\phi)
y' = x · sin (\phi) + y · cos (\phi)

View File

@@ -0,0 +1,9 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
^ \pi ^ \pi ^
normal (t) = x(t) · cos ─── - y(t) · sin ─── = - y(t)
x 2 2
^ \pi ^ \pi ^
normal (t) = \undersetquarter circle rotation \underbrace x(t) · sin ─── + y(t) · cos ─── = x(t)
y 2 2

View File

@@ -0,0 +1,7 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
tangent (t) = B' (t)
x x
tangent (t) = B' (t)
y y

View File

@@ -0,0 +1,16 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
┌─────────────────┐
│ 2 2
d = \|tangent(t)\| = │B' (t) + B' (t)
⟍│ x y
tangent (t) B' (t)
^ x x
x(t) = \|tangent (t)\| =────────────── = ──────
x \|tangent(t)\| d
tangent (t) B' (t)
^ y y
y(t) = \|tangent (t)\| = ────────────── = ──────
y \|tangent(t)\| d

View File

@@ -0,0 +1,4 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
┌ x' ┐ = ┌ cos (\phi) -sin (\phi) ┐ ┌ x ┐
└ y' ┘ └ sin (\phi) cos (\phi) ┘ └ y ┘