mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-16 21:58:26 +01:00
clean ()
This commit is contained in:
parent
766d01801e
commit
1006fa6624
@ -14,7 +14,7 @@ use <__comm__/__pie_for_rounding.scad>;
|
||||
function shape_cyclicpolygon(sides, circle_r, corner_r) =
|
||||
let(
|
||||
frag_a = 360 / sides,
|
||||
corner_a = (180 - frag_a),
|
||||
corner_a = 180 - frag_a,
|
||||
corner_circle_a = 180 - corner_a,
|
||||
half_corner_circle_a = corner_circle_a / 2,
|
||||
corner_circle_center = [circle_r - corner_r / sin(corner_a / 2), 0],
|
||||
|
Loading…
x
Reference in New Issue
Block a user