Fixed sweep() example formatting.

This commit is contained in:
Revar Desmera 2020-03-05 03:40:47 -08:00
parent 2aaa7006e7
commit 4aee7133d3
2 changed files with 1 additions and 2 deletions

View file

@ -806,7 +806,6 @@ function associate_vertices(polygons, split, curpoly=0) =
// function drop(t) = 100 * 0.5 * (1 - cos(180 * t)) * sin(180 * t) + 1;
// function path(t) = [0, 0, 80 + 80 * cos(180 * t)];
// function rotate(t) = 180 * pow((1 - t), 3);
//
// step = 0.01;
// path_transforms = [for (t=[0:step:1-step]) translate(path(t)) * zrot(rotate(t)) * scale([drop(t), drop(t), 1])];
// sweep(circle(1, $fn=12), path_transforms);

View file

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,160];
BOSL_VERSION = [2,0,161];
// Section: BOSL Library Version Functions