Removed affine2d_apply() and affine3d_apply()

This commit is contained in:
Revar Desmera
2020-03-15 11:50:41 -07:00
parent 93cdbf091d
commit 265db9fe5d
7 changed files with 17 additions and 62 deletions

View File

@@ -772,7 +772,7 @@ module spiral_sweep(polyline, h, r, twist=360, center, anchor, spin=0, orient=UP
dx = r*cos(a),
dy = r*sin(a),
dz = h * (p/steps),
pts = affine3d_apply(
pts = apply_list(
polyline, [
affine3d_xrot(90),
affine3d_zrot(a),