1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 12:30:33 +02:00
This commit is contained in:
Justin Lin
2021-02-09 15:42:16 +08:00
parent 207e921fa1
commit 050acfd524
2 changed files with 2 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp
### 3D Module
- [crystal_ball](https://openhome.cc/eGossip/OpenSCAD/lib2x-crystal_ball.html)
- [function_grapher](https://openhome.cc/eGossip/OpenSCAD/lib2x-function_grapher.html)
- [function_grapher](https://openhome.cc/eGossip/OpenSCAD/lib3x-function_grapher.html)
- [hull_polyline3d](https://openhome.cc/eGossip/OpenSCAD/lib2x-hull_polyline3d.html)
- [line3d](https://openhome.cc/eGossip/OpenSCAD/lib2x-line3d.html)
- [loft](https://openhome.cc/eGossip/OpenSCAD/lib2x-loft.html)

View File

@@ -4,6 +4,7 @@ to_do:
dotSCAD 3.0 Dev
- `function_grapher`: delete `slicing` parameter. Improve `"LINES"``"HULL_LINES"` performance.
- `util/sort`: `by` accepts a function literal.
- `util/bsearch`: only supports `sorted` and `target` parameters. I view it as a new function.
- `util/dedup`: add the `eq` parameter.