mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-28 03:30:06 +02:00
vmul() to v_mul(), etc.
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user