Skip to content

Commit

Permalink
Update cheatsheet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTelanie authored Oct 30, 2023
1 parent 2335066 commit 32ae55d
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions cheatsheet.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
2d math
## math

https://www.arndt-bruenner.de/mathe/scripts/dreiecksberechnungrw.htm
$π = radians(180.0) = acos(0.0) * 2.0$

#### rule of three

$\frac{x1}{x2} = \frac{?}{y2}$ -> $? = \frac{x1 * y2}{x2}$

### 2d math


### trigonometry
```
_- \
sin(α) = a / c _- . \
Expand All @@ -11,3 +19,7 @@ sin(β) = b / c _- α β \
cos(β) = a / c ----------------------
tan(β) = b / a c
```

https://www.arndt-bruenner.de/mathe/scripts/dreiecksberechnungrw.htm

### 3d math

0 comments on commit 32ae55d

Please sign in to comment.