1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 14:18:13 +01:00

update docs

This commit is contained in:
Justin Lin 2021-06-21 09:01:43 +08:00
parent c64c81720f
commit a987e2749c
2 changed files with 8 additions and 4 deletions

View File

@ -351,11 +351,18 @@ 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
--|--
**maxtrix/m_transpose**(m)) | transpose a matrix.
**maxtrix/m_transpose**(m) | transpose a matrix.
## Surface

View File

@ -1,6 +1,3 @@
to_do:
deprecated:
- bezier_surface
- function_grapher