1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-04-20 14:11:52 +02:00
This commit is contained in:
Justin Lin 2020-03-14 16:23:14 +08:00
parent 2ee35ba976
commit d7e69dc591

View File

@ -1,16 +1,13 @@
- deprecate `polysections`, use `sweep`.
- deprecate `trianglate`, use `tri_ear_clipping`.
- `sort` supports a list of ints?
- `px_union`, `px_intersection`, `px_difference`?
- `bsearch` supports `by`, `idx`?
- `bsearch` supports a list of ints?
Preview
- `sweep`
- `util/has`
- `util/dedup`
- `util/bsearch` for a sorted lt by z, y, x
- `util/bsearch`
- `util/sort` supports `by = "vt"`
Bugfixes: