mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-26 16:04:46 +02:00
update README
This commit is contained in:
16
README.md
16
README.md
@@ -351,13 +351,6 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp
|
||||
|
||||
# Preview
|
||||
|
||||
# Deprecated
|
||||
|
||||
Name | Description
|
||||
--|--
|
||||
**bezier_surface** | use **surface/sf_splines** instead.
|
||||
**function_grapher** | use **surface/sf_thicken** instead.
|
||||
|
||||
## Matrix
|
||||
|
||||
Signature | Description
|
||||
@@ -382,4 +375,11 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp
|
||||
[**triangle/tri_delaunay**(points, ret = "TRI_INDICES")](https://openhome.cc/eGossip/OpenSCAD/lib3x-tri_delaunay.html) | Join a set of points to make a [Delaunay triangulation](https://en.wikipedia.org/wiki/Delaunay_triangulation).
|
||||
[**triangle/tri_delaunay_indices**(d)](https://openhome.cc/eGossip/OpenSCAD/lib3x-tri_delaunay_indices.html) | return triangle indices from a delaunay object.
|
||||
[**triangle/tri_delaunay_shapes**(d)](https://openhome.cc/eGossip/OpenSCAD/lib3x-tri_delaunay_shapes.html) | return triangle shapes from a delaunay object.
|
||||
[**triangle/tri_delaunay_voronoi**(d)](https://openhome.cc/eGossip/OpenSCAD/lib3x-tri_delaunay_voronoi.html) | return [Voronoi](https://en.wikipedia.org/wiki/Voronoi_diagram) cells from a delaunay object.
|
||||
[**triangle/tri_delaunay_voronoi**(d)](https://openhome.cc/eGossip/OpenSCAD/lib3x-tri_delaunay_voronoi.html) | return [Voronoi](https://en.wikipedia.org/wiki/Voronoi_diagram) cells from a delaunay object.
|
||||
|
||||
# Deprecated
|
||||
|
||||
Name | Description
|
||||
--|--
|
||||
**bezier_surface** | use **surface/sf_splines** instead.
|
||||
**function_grapher** | use **surface/sf_thicken** instead.
|
Reference in New Issue
Block a user