mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-21 05:52:16 +02:00
rename
This commit is contained in:
14
src/experimental/note.md
Normal file
14
src/experimental/note.md
Normal 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"`
|
@@ -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"
|
|
Reference in New Issue
Block a user