mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-09 08:16:50 +02:00
add star_bunny
This commit is contained in:
@@ -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)
|
||||
];
|
Reference in New Issue
Block a user