1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-07-31 20:10:36 +02:00

update doc

This commit is contained in:
Justin Lin
2022-04-15 09:56:57 +08:00
parent 5d26af0f31
commit 89a6cc2137

View File

@@ -7,7 +7,6 @@ Given a list of points that form a closed area, `vx_contour` returns the contour
## Parameters
- `points` : A list of `[x, y]` points.
- `sorted` : Default to `false`. If your points is sorted by x y, setting it to `true` will accelerate the calculation speed.
## Examples