1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-21 14:04:53 +02:00

keeping it 2D path

This commit is contained in:
Justin Lin
2017-04-25 10:15:13 +08:00
parent b00195297f
commit e0bae91586

View File

@@ -22,5 +22,5 @@ function circle_path(radius, n) =
) )
[ [
for(a = [0 : step_a : end_a]) for(a = [0 : step_a : end_a])
[radius * cos(a), radius * sin(a), 0] [radius * cos(a), radius * sin(a)]
]; ];