Removed translate_points(), scale_points(), rotate_points2d() and rotate_points3d()

This commit is contained in:
Revar Desmera
2020-03-22 05:11:19 -07:00
parent d52c10f03b
commit 00f69ba95b
13 changed files with 231 additions and 281 deletions

View File

@@ -65,7 +65,7 @@ module orient_cubes() {
}
for (ang = [0:90:270]) {
off = rotate_points3d([40*BACK],ang)[0];
off = rot(p=40*BACK,ang);
translate(off) {
orient_cube(ang);
}

View File

@@ -10,7 +10,7 @@ module leaf(s) {
];
xrot(90)
linear_sweep_bezier(
scale_points(path, [s,s]/2),
path * s/2,
height=0.02
);
}