1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-17 12:10:47 +02:00

updated doc

This commit is contained in:
Justin Lin
2017-05-17 18:11:53 +08:00
parent ec9bfb48ff
commit 8496800ed5

View File

@@ -1,6 +1,6 @@
# bezier_smooth
Given a path, the bezier_smooth function uses bazier curves to smooth all corners. You can use it to create smoothier lines or rounded shapes.
Given a path, the `bezier_smooth` function uses bazier curves to smooth all corners. You can use it to create smooth lines or rounded shapes.
Dependencies: the `bezier_curve` function.