mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 02:04:16 +02:00
move
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
to_do:
|
to_do:
|
||||||
|
|
||||||
- deprecate `trianglate`, use `tri_ear_clipping`.
|
- deprecate `trianglate`, use `tri_ear_clipping`.
|
||||||
|
|
||||||
|
next:
|
||||||
|
|
||||||
|
- vx_contour
|
||||||
|
- maze/*
|
||||||
|
- polygon_hull
|
||||||
|
- polyhedron_hull
|
@@ -1,4 +1,4 @@
|
|||||||
use <../__comm__/_convex_hull2.scad>;
|
use <__comm__/_convex_hull2.scad>;
|
||||||
|
|
||||||
module polygon_hull(points) {
|
module polygon_hull(points) {
|
||||||
polygon(_convex_hull2(points));
|
polygon(_convex_hull2(points));
|
@@ -1,4 +1,4 @@
|
|||||||
use <../__comm__/_convex_hull3.scad>;
|
use <__comm__/_convex_hull3.scad>;
|
||||||
|
|
||||||
module polyhedron_hull(points) {
|
module polyhedron_hull(points) {
|
||||||
vts_faces = _convex_hull3(points);
|
vts_faces = _convex_hull3(points);
|
Reference in New Issue
Block a user