Given a set of control points, the bezier function returns points of the Bézier path. Combined with the `polyline`, `polyline3d` or `hull_polyline3d` module defined in my lib-openscad, you can create a Bézier curve.
## Parameters
-`t_step` : The distance between two points of the Bézier path.
-`points` : A set of `[x, y, z]` control points.
## Examples
If you have four control points and combine with the `hull_polyline3d` module: