1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-10 00:36:40 +02:00

add star_bunny

This commit is contained in:
Justin Lin
2022-06-04 21:14:43 +08:00
parent 5cde164bb5
commit dae4ee49cc

View File

@@ -1,4 +1,4 @@
function __angy_angz(p1, p2) =
function __angy_angz(p1, p2) =
let(v = p2 - p1)
[
atan2(v.z, norm([v.x, v.y])),