mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-15 03:05:41 +02:00
remove re-asigned
This commit is contained in:
@@ -14,8 +14,6 @@ module test_hull_polyline2d() {
|
|||||||
assertEqualPoint(points[index], point2);
|
assertEqualPoint(points[index], point2);
|
||||||
assertEqual(line_width, radius * 2);
|
assertEqual(line_width, radius * 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
$fn = 4;
|
|
||||||
|
|
||||||
hull_polyline2d(
|
hull_polyline2d(
|
||||||
points = [[1, 2], [-5, -4], [-5, 3], [5, 5]],
|
points = [[1, 2], [-5, -4], [-5, 3], [5, 5]],
|
||||||
|
Reference in New Issue
Block a user