1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-03-14 02:59:42 +01:00

update doc

This commit is contained in:
Justin Lin 2019-07-28 18:24:48 +08:00
parent 2cde1a5bcb
commit 5dc3132fcf

View File

@ -5,7 +5,7 @@ Given a set of control points, the `bezier_curve` function returns points of the
## Parameters
- `t_step` : The distance between two points of the Bézier path.
- `points` : A set of `[x, y]` or `[x, y, z]` control points.
- `points` : A list of `[x, y]` or `[x, y, z]` control points.
## Examples