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

@@ -693,7 +693,7 @@ function _turtle3d_list_command(command,arcsteps,movescale, lastT,lastPre,index)
assert(is_vector(grow,2), str("Parameter to \"grow\" must be a scalar or 2d vector at index ",index))
assert(is_vector(shrink,2), str("Parameter to \"shrink\" must be a scalar or 2d vector at index ",index))
let(
scaling = point3d(vdiv(grow,shrink),1),
scaling = point3d(v_div(grow,shrink),1),
usersteps = struct_val(keys,"steps"),
roll = struct_val(keys,"roll"),
////////////////////////////////////////////////////////////////////////////////////////