vmul() to v_mul(), etc.

This commit is contained in:
Garth Minette
2021-06-14 20:28:49 -07:00
parent e0625491ee
commit a748c77077
18 changed files with 130 additions and 132 deletions

View File

@@ -515,7 +515,7 @@ module path_extrude2d(path, caps=true) {
}
}
for (t=triplet(path)) {
ang = vang(t[2]-t[1]) - vang(t[1]-t[0]);
ang = v_theta(t[2]-t[1]) - v_theta(t[1]-t[0]);
delt = t[2] - t[1];
translate(t[1]) {
minkowski() {