diff --git a/math.scad b/math.scad index 24a27f8..f6a0f4d 100644 --- a/math.scad +++ b/math.scad @@ -73,13 +73,18 @@ function reverse(list) = [ for (i = [len(list)-1 : -1 : 0]) list[i] ]; // Returns a slice of the given array, wrapping around past the beginning, if end < start function wrap_range(list, start, end) = - (end