mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-16 03:34:42 +02:00
delete triangulate
This commit is contained in:
@@ -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);
|
|
Reference in New Issue
Block a user