Added polygon_shift_to_closest_point(), clockwise_polygon(), ccw_polygon()

This commit is contained in:
Revar Desmera
2019-08-20 20:47:29 -07:00
parent be6575b5fd
commit 700acae000
2 changed files with 73 additions and 34 deletions

View File

@@ -636,7 +636,7 @@ module rounded_sweep(
top = struct_set(argspec, top, grow=false);
bottom = struct_set(argspec, bottom, grow=false);
clockwise = polygon_clockwise(path);
clockwise = polygon_is_clockwise(path);
assert(height>=0, "Height must be nonnegative");