1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-18 12:31:17 +02:00

update note

This commit is contained in:
Justin Lin
2021-03-06 18:19:35 +08:00
parent 46e66adf5e
commit 3f65a8d611

View File

@@ -10,7 +10,7 @@ dotSCAD 3.0 Dev
- `polyline3d`: Rename the parameter `thickness` to `diameter`. - `polyline3d`: Rename the parameter `thickness` to `diameter`.
- `util/sort`: `by` accepts a function literal. - `util/sort`: `by` accepts a function literal.
- `util/bsearch`: only supports `sorted` and `target` parameters. I view it as a new function. - `util/bsearch`: only supports `sorted` and `target` parameters. I view it as a new function.
- `util/dedup`: delete `sorted` parameter. add the `eq` and `hash` parameters. - `util/dedup`: delete `sorted` parameter. add the `eq`,`hash` and `number_of_buckets` parameters.
- `util/zip`: add the `combine` parameter. - `util/zip`: add the `combine` parameter.
- `lines_intersection` supports 3D - `lines_intersection` supports 3D
- `vx_union`, `vx_circle`, `vx_bezier`, `vx_polygon` performance improved. - `vx_union`, `vx_circle`, `vx_bezier`, `vx_polygon` performance improved.