1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-10 16:54:23 +02:00

update doc

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

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, z]` control points.
- `points` : A set of `[x, y]` or `[x, y, z]` control points.
## Examples