From 30f6b99aa51101ad3c31cee12de3a4204daf7b50 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 6 Mar 2021 16:56:16 +0800 Subject: [PATCH] update README --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52bc6fee..b63892e1 100644 --- a/README.md +++ b/README.md @@ -156,13 +156,27 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp - [util/parse_number](https://openhome.cc/eGossip/OpenSCAD/lib3x-parse_number.html) - [util/split_str](https://openhome.cc/eGossip/OpenSCAD/lib3x-split_str.html) - [util/sub_str](https://openhome.cc/eGossip/OpenSCAD/lib3x-sub_str.html) -- others +- math - [util/degrees](https://openhome.cc/eGossip/OpenSCAD/lib3x-degrees.html) - [util/radians](https://openhome.cc/eGossip/OpenSCAD/lib3x-radians.html) - [util/polar_coordinate](https://openhome.cc/eGossip/OpenSCAD/lib3x-polar_coordinate.html) - [util/spherical_coordinate](https://openhome.cc/eGossip/OpenSCAD/lib3x-spherical_coordinate.html) - [util/lerp](https://openhome.cc/eGossip/OpenSCAD/lib3x-lerp.html) - [util/fibseq](https://openhome.cc/eGossip/OpenSCAD/lib3x-fibseq.html) +- set + - `util/set/hashset` + - `util/set/hashset_add` + - `util/set/hashset_has` + - `util/set/hashset_del` + - `util/set/hashset_len` + - `util/set/hashset_list` +- map + - `util/map/hashmap` + - `util/map/hashmap_put` + - `util/map/hashmap_get` + - `util/map/hashmap_del` + - `util/map/hashmap_len` + - `util/map/hashmap_list` ### Matrix - [matrix/m_determinant](https://openhome.cc/eGossip/OpenSCAD/lib3x-m_determinant.html)