mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-18 20:41:18 +02:00
update note
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user