1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-13 18:24:28 +02:00
This commit is contained in:
Justin Lin
2021-04-16 18:28:16 +08:00
parent 1f7555fcea
commit abad26feae

View File

@@ -1,4 +1,4 @@
use<experimental/_impl/_tri_delaunay_impl.scad>;
use <experimental/_impl/_tri_delaunay_impl.scad>;
// ret: "TRI_SHAPES", "TRI_INDICES", "DELAUNAY"
function tri_delaunay(points, ret = "TRI_SHAPES") =