This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| crpl:docs:atan2 [2021/02/05 16:43] – Rmoved discussion tag Karsten75 | crpl:docs:atan2 [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== atan2 ===== | ===== atan2 ===== | ||
| - | ^Arguments^Result^Notation^ | + | <-targetZ <-targetX atan2 -> |
| - | |y, x|The arctan of the input number |'' | + | |
| === Description === | === Description === | ||
| Line 12: | Line 10: | ||
| Note that the first parameter to atan2 is always the y coordinate. | Note that the first parameter to atan2 is always the y coordinate. | ||
| === Examples === | === Examples === | ||
| - | < | + | < |
| 1 2 atan2 trace | 1 2 atan2 trace | ||
| </ | </ | ||