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:
@@ -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)]
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user