mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 03:50:27 +02:00
refactored
This commit is contained in:
@@ -21,9 +21,9 @@ module hull_polyline2d(points, width) {
|
||||
point2 = points[index];
|
||||
|
||||
hull() {
|
||||
translate(points[index - 1])
|
||||
translate(point1)
|
||||
circle(half_width);
|
||||
translate(points[index])
|
||||
translate(point2)
|
||||
circle(half_width);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user