1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-10 16:54:23 +02:00
This commit is contained in:
Justin Lin
2021-06-21 08:57:52 +08:00
parent 6e3038f222
commit c64c81720f
2 changed files with 10 additions and 8 deletions

View File

@@ -351,12 +351,19 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp
# Preview
## Matrix
Signature | Description
--|--
**maxtrix/m_transpose**(m)) | transpose a matrix.
## Surface
Signature | Description
--|--
[**surface/sf_curve**(levels, curve_path, ...)](https://openhome.cc/eGossip/OpenSCAD/lib3x-sf_curve.html) | curve a photo.
[**surface/sf_splines**(ctrl_pts, row_spline, column_spline)](https://openhome.cc/eGossip/OpenSCAD/lib3x-sf_splines.html) | generalized-spline surface.
**surface/sf_thicken**(points, thickness, ...) | thicken a surface.
## Triangle

View File

@@ -1,11 +1,6 @@
to_do:
deprecated:
- bezier_surface
- function_grapher
Triangle
- tri_circumcircle
- tri_ear_clipping
- tri_delaunay
- tri_delaunay_indices
- tri_delaunay_shapes
- tri_delaunay_voronoi