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

update to lib3x

This commit is contained in:
Justin Lin
2021-02-08 18:03:08 +08:00
parent 55006a4b2e
commit c22a7e5a27
3 changed files with 2 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp
- [util/bsearch](https://openhome.cc/eGossip/OpenSCAD/lib3x-bsearch.html) - [util/bsearch](https://openhome.cc/eGossip/OpenSCAD/lib3x-bsearch.html)
- [util/choose](https://openhome.cc/eGossip/OpenSCAD/lib3x-choose.html) - [util/choose](https://openhome.cc/eGossip/OpenSCAD/lib3x-choose.html)
- [util/dedup](https://openhome.cc/eGossip/OpenSCAD/lib3x-dedup.html) - [util/dedup](https://openhome.cc/eGossip/OpenSCAD/lib3x-dedup.html)
- [util/fibseq](https://openhome.cc/eGossip/OpenSCAD/lib2x-fibseq.html) - [util/fibseq](https://openhome.cc/eGossip/OpenSCAD/lib3x-fibseq.html)
- [util/flat](https://openhome.cc/eGossip/OpenSCAD/lib2x-flat.html) - [util/flat](https://openhome.cc/eGossip/OpenSCAD/lib2x-flat.html)
- [util/has](https://openhome.cc/eGossip/OpenSCAD/lib2x-has.html) - [util/has](https://openhome.cc/eGossip/OpenSCAD/lib2x-has.html)
- [util/lerp](https://openhome.cc/eGossip/OpenSCAD/lib2x-lerp.html) - [util/lerp](https://openhome.cc/eGossip/OpenSCAD/lib2x-lerp.html)

View File

@@ -4,7 +4,7 @@
* @copyright Justin Lin, 2019 * @copyright Justin Lin, 2019
* @license https://opensource.org/licenses/lgpl-3.0.html * @license https://opensource.org/licenses/lgpl-3.0.html
* *
* @see https://openhome.cc/eGossip/OpenSCAD/lib2x-fibseq.html * @see https://openhome.cc/eGossip/OpenSCAD/lib3x-fibseq.html
* *
**/ **/