mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-17 06:08:31 +01:00
refactor
This commit is contained in:
parent
05c55ff1bb
commit
eecfa85018
@ -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] :
|
||||
|
Loading…
x
Reference in New Issue
Block a user