mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 17:24:20 +02:00
use vt mult
This commit is contained in:
@@ -18,7 +18,6 @@ function shape_ellipse(axes) =
|
|||||||
step_a = 360 / frags
|
step_a = 360 / frags
|
||||||
)
|
)
|
||||||
[
|
[
|
||||||
for(i = [0:frags - 1])
|
for(a = [each [0:frags - 1]] * step_a)
|
||||||
let(a = i * step_a)
|
[axes0 * cos(a), axes1 * sin(a)]
|
||||||
[axes0 * cos(a), axes1 * sin(a)]
|
|
||||||
];
|
];
|
Reference in New Issue
Block a user