mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Update
This commit is contained in:
parent
877a07b711
commit
f61e30add2
1 changed files with 0 additions and 5 deletions
|
@ -795,11 +795,6 @@ function _sort_vectors4(arr) =
|
||||||
concat( _sort_vectors4(lesser), equal, _sort_vectors4(greater) );
|
concat( _sort_vectors4(lesser), equal, _sort_vectors4(greater) );
|
||||||
|
|
||||||
|
|
||||||
function _sort_eval(array, eval) =
|
|
||||||
let( ival = [for(i=[0:len(array)-1]) [eval[i], i] ],
|
|
||||||
sival = _sort_vectors1(arr) )
|
|
||||||
[for(yi=sival) array[yi[1]] ];
|
|
||||||
|
|
||||||
function _sort_general(arr, idx=undef) =
|
function _sort_general(arr, idx=undef) =
|
||||||
(len(arr)<=1) ? arr :
|
(len(arr)<=1) ? arr :
|
||||||
let(
|
let(
|
||||||
|
|
Loading…
Reference in a new issue