This website works better with JavaScript.
Home
Start
Help
Sign In
phschoen
/
ergo-keyboard
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8
Commits
1
Branch
0
Tags
2.1 MiB
OpenSCAD
98.1%
MATLAB
1.7%
Mathematica
0.2%
Branch:
main
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'main'
${ noResults }
ergo-keyboard
/
util
/
__angy_angz.scad
6 lines
153 B
Raw
Permalink
Blame
History
function
__angy_angz
(
p1
,
p2
)
=
let
(
v
=
p2
-
p1
)
[
atan2
(
v
.
z
,
norm
(
[
v
.
x
,
v
.
y
]
)
)
,
atan2
(
v
.
y
,
v
.
x
)
]
;
Reference in new issue