mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-16 21:58:26 +01:00
format
This commit is contained in:
parent
32995370d0
commit
7a6712d1b1
@ -1,6 +1,6 @@
|
||||
function __angy_angz(p1, p2) =
|
||||
let(v = p2 - p1)
|
||||
[
|
||||
atan2(v.z, norm([v.x, v.y])),
|
||||
atan2(v.y, v.x)
|
||||
];
|
||||
function __angy_angz(p1, p2) =
|
||||
let(v = p2 - p1)
|
||||
[
|
||||
atan2(v.z, norm([v.x, v.y])),
|
||||
atan2(v.y, v.x)
|
||||
];
|
Loading…
x
Reference in New Issue
Block a user