1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 06:08:31 +01:00
This commit is contained in:
Justin Lin 2022-05-08 16:14:35 +08:00
parent 05c55ff1bb
commit eecfa85018

View File

@ -10,8 +10,7 @@
function ptf_circle(size, point) =
let(
p_offset = -size / 2,
p = point + p_offset,
p = point - size / 2,
leng = norm(p)
)
leng == 0 ? [0, 0] :