1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 20:40:28 +02:00

add preview

This commit is contained in:
Justin Lin
2020-05-24 09:57:22 +08:00
parent 7bccfcc421
commit 936ec3ecb6
2 changed files with 11 additions and 1 deletions

View File

@@ -199,6 +199,16 @@ See [examples](examples).
- [noise/nz_worley3s](https://openhome.cc/eGossip/OpenSCAD/lib2x-nz_worley3s.html) - [noise/nz_worley3s](https://openhome.cc/eGossip/OpenSCAD/lib2x-nz_worley3s.html)
- [noise/nz_cell](https://openhome.cc/eGossip/OpenSCAD/lib2x-nz_cell.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 ## Bugs and Feedback
For bugs, questions and discussions please use the [Github Issues](https://github.com/JustinSDK/dotSCAD/issues). For bugs, questions and discussions please use the [Github Issues](https://github.com/JustinSDK/dotSCAD/issues).

View File

@@ -12,7 +12,7 @@ improved:
2.4 preview: 2.4 preview:
- voronoi/... - voronoi/...
- voxel/.... - voxel/....
- lines_intersection2 - lines_intersection
- util/sum - util/sum
- util/zip - util/zip
- matrix/m_determinant - matrix/m_determinant