1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 04:20:27 +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 `polysections`, use `sweep`.
- deprecate `trianglate`, use `tri_ear_clipping`. - deprecate `trianglate`, use `tri_ear_clipping`.
- `sort` supports a list of ints?
- `px_union`, `px_intersection`, `px_difference`? - `px_union`, `px_intersection`, `px_difference`?
- `bsearch` supports `by`, `idx`?
- `bsearch` supports a list of ints?
Preview Preview
- `sweep` - `sweep`
- `util/has` - `util/has`
- `util/dedup` - `util/dedup`
- `util/bsearch` for a sorted lt by z, y, x - `util/bsearch`
- `util/sort` supports `by = "vt"` - `util/sort` supports `by = "vt"`
Bugfixes: Bugfixes: