vx_contour.scad
1 /** 2 * vx_contour.scad 3 * 4 * @copyright Justin Lin, 2020 5 * @license https://opensource.org/licenses/lgpl-3.0.html 6 * 7 * @see https://openhome.cc/eGossip/OpenSCAD/lib3x-vx_contour.html 8 * 9 **/ 10 11 use <_impl/_vx_contour_impl.scad> 12 13 function vx_contour(points) = _vx_contour(points);