From c64c81720f87493152549ecae07be2f4e27be1b0 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Mon, 21 Jun 2021 08:57:52 +0800 Subject: [PATCH] add doc --- README.md | 7 +++++++ src/experimental/note.md | 11 +++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 94173782..6d3aefdb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/experimental/note.md b/src/experimental/note.md index 77b13ac5..a6ec3edc 100644 --- a/src/experimental/note.md +++ b/src/experimental/note.md @@ -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 \ No newline at end of file