mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-17 06:08:31 +01:00
format
This commit is contained in:
parent
8fb260b595
commit
fca63e677f
@ -36,8 +36,7 @@ function _golden_spiral_from_ls_or_eql_to(from, to, point_distance, rt_dir) =
|
||||
);
|
||||
|
||||
function _golden_spiral(from, to, point_distance, rt_dir) =
|
||||
from <= to ?
|
||||
_golden_spiral_from_ls_or_eql_to(from, to, point_distance, rt_dir) : [];
|
||||
from > to ? [] : _golden_spiral_from_ls_or_eql_to(from, to, point_distance, rt_dir);
|
||||
|
||||
function _golden_spiral_impl(from, to, point_distance, rt_dir) =
|
||||
_golden_spiral(from, to, point_distance, (rt_dir == "CT_CLK" ? 1 : -1));
|
Loading…
x
Reference in New Issue
Block a user