From 936ec3ecb64435608507d4e7a96e2c3f1b9479cc Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sun, 24 May 2020 09:57:22 +0800 Subject: [PATCH] add preview --- README.md | 10 ++++++++++ src/experimental/note.md | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48e94e3b..97fdbc78 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,16 @@ See [examples](examples). - [noise/nz_worley3s](https://openhome.cc/eGossip/OpenSCAD/lib2x-nz_worley3s.html) - [noise/nz_cell](https://openhome.cc/eGossip/OpenSCAD/lib2x-nz_cell.html) +---- + +# 2.4 Preview + +### 2D Function +- [lines_intersection](https://openhome.cc/eGossip/OpenSCAD/lib2x-lines_intersection.html) + +### Util +- [util/sum](https://openhome.cc/eGossip/OpenSCAD/lib2x-sum.html) + ## Bugs and Feedback For bugs, questions and discussions please use the [Github Issues](https://github.com/JustinSDK/dotSCAD/issues). diff --git a/src/experimental/note.md b/src/experimental/note.md index 97b36f9e..78573156 100644 --- a/src/experimental/note.md +++ b/src/experimental/note.md @@ -12,7 +12,7 @@ improved: 2.4 preview: - voronoi/... - voxel/.... -- lines_intersection2 +- lines_intersection - util/sum - util/zip - matrix/m_determinant