1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 17:54:18 +02:00

delete triangulate

This commit is contained in:
Justin Lin
2021-02-10 16:03:38 +08:00
parent 107a4a1b9e
commit 233abef3d5

View File

@@ -1,13 +0,0 @@
/**
* triangulate.scad
*
* @copyright Justin Lin, 2019
* @license https://opensource.org/licenses/lgpl-3.0.html
*
* @see https://openhome.cc/eGossip/OpenSCAD/lib2x-triangulate.html
*
**/
use <_impl/_triangulate_impl.scad>;
function triangulate(shape_pts, epsilon = 0.0001) = _triangulate_impl(shape_pts, epsilon);