1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-20 05:21:38 +02:00
This commit is contained in:
Justin Lin
2020-03-13 13:09:31 +08:00
parent 8c442ecc75
commit f4592293b5
2 changed files with 14 additions and 12 deletions

14
src/experimental/note.md Normal file
View File

@@ -0,0 +1,14 @@
- 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/sort` supports `by = "vt"`

View File

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