1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-25 05:51:41 +02:00

update docs

This commit is contained in:
Justin Lin
2019-06-17 08:33:00 +08:00
parent 218db7f7a8
commit ab99a24352
20 changed files with 5 additions and 35 deletions

View File

@@ -2,8 +2,6 @@
Given a set of control points, the `bezier_surface` function returns points of the Bézier surface. Combined with the `function_grapher` module defined in my library, you can create a Bézier surface.
It depends on the `bezier_curve` function so remember to include bezier_curve.scad.
## Parameters
- `t_step` : The distance between two points of the Bézier path.