mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-03-14 02:59:42 +01:00
delete triangulate
This commit is contained in:
parent
780c536da9
commit
bb54168fa5
@ -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);
|
Loading…
x
Reference in New Issue
Block a user