mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-23 00:33:12 +02:00
Automated build
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
|
||||
|
||||
P = (1, 0)
|
||||
1
|
||||
P = (1, k)
|
||||
2
|
||||
P = P + k · (sin(θ), -cos(θ))
|
||||
3 4
|
||||
P = (cos(θ), sin(θ))
|
||||
4
|
@@ -0,0 +1,24 @@
|
||||
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
|
||||
|
||||
3k + 4sin(θ)) - 3k · cos(θ) θ
|
||||
────────────────────────────= sin(─)
|
||||
8 2
|
||||
╭ θ ╮
|
||||
3k + 4sin(θ)) - 3k · cos(θ)= 8sin│ ─ │
|
||||
╰ 2 ╯
|
||||
╭ θ ╮
|
||||
3k - 3k · cos(θ)= 8sin│ ─ │ - 4sin(θ)
|
||||
╰ 2 ╯
|
||||
╭ ╭ θ ╮ ╮
|
||||
3k (1 - cos(θ))= 4 │ 2sin│ ─ │ - sin(θ) │
|
||||
╰ ╰ 2 ╯ ╯
|
||||
θ
|
||||
2sin(─) - sin(θ)
|
||||
2
|
||||
3k= 4 · ────────────────
|
||||
1 - cos(θ)
|
||||
╭ θ ╮
|
||||
2sin│ ─ │ - sin(θ)
|
||||
4 ╰ 2 ╯
|
||||
k= ─ · ──────────────────
|
||||
3 1 - cos(θ)
|
Reference in New Issue
Block a user