JustinSDK / dotSCAD

Reduce the burden of mathematics when playing OpenSCAD
https://openhome.cc/zh-tw/openscad/
GNU Lesser General Public License v3.0
784 stars 107 forks source link

Update _catmull_rom_spline.scad #15

Closed kniight closed 3 years ago

kniight commented 3 years ago

The path is changed perhaps due to some restructuring of the source. bezier_curve.scad is in the parent directory relative to this file.

I verified it with hull_polyline3d(curve(t_step, pts_curve), width); based on one of your example