mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 17:24:20 +02:00
add doc
This commit is contained in:
@@ -351,12 +351,19 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp
|
|||||||
|
|
||||||
# Preview
|
# Preview
|
||||||
|
|
||||||
|
## Matrix
|
||||||
|
|
||||||
|
Signature | Description
|
||||||
|
--|--
|
||||||
|
**maxtrix/m_transpose**(m)) | transpose a matrix.
|
||||||
|
|
||||||
## Surface
|
## Surface
|
||||||
|
|
||||||
Signature | Description
|
Signature | Description
|
||||||
--|--
|
--|--
|
||||||
[**surface/sf_curve**(levels, curve_path, ...)](https://openhome.cc/eGossip/OpenSCAD/lib3x-sf_curve.html) | curve a photo.
|
[**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_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
|
## Triangle
|
||||||
|
|
||||||
|
@@ -1,11 +1,6 @@
|
|||||||
to_do:
|
to_do:
|
||||||
|
|
||||||
|
deprecated:
|
||||||
|
- bezier_surface
|
||||||
|
- function_grapher
|
||||||
|
|
||||||
Triangle
|
|
||||||
|
|
||||||
- tri_circumcircle
|
|
||||||
- tri_ear_clipping
|
|
||||||
- tri_delaunay
|
|
||||||
- tri_delaunay_indices
|
|
||||||
- tri_delaunay_shapes
|
|
||||||
- tri_delaunay_voronoi
|
|
Reference in New Issue
Block a user