mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 10:14:41 +02:00
update doc
This commit is contained in:
@@ -5,7 +5,7 @@ Given a set of control points, the `bezier_curve` function returns points of the
|
|||||||
## Parameters
|
## Parameters
|
||||||
|
|
||||||
- `t_step` : The distance between two points of the Bézier path.
|
- `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
|
## Examples
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user