mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-31 21:11:55 +02:00
Added polygon_shift_to_closest_point(), clockwise_polygon(), ccw_polygon()
This commit is contained in:
@@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user