From 915cd36f7f1e7218608f9fde49c3060afc9e1fe5 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 8 Apr 2017 09:07:28 +0800 Subject: [PATCH] updated docs --- docs/lib-bezier_curve.md | 2 +- docs/lib-bezier_surface.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/lib-bezier_curve.md b/docs/lib-bezier_curve.md index aec5b199..b86d656f 100644 --- a/docs/lib-bezier_curve.md +++ b/docs/lib-bezier_curve.md @@ -1,6 +1,6 @@ # bezier_curve -Given a set of control points, the bezier_curve 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. +Given a set of control points, the bezier_curve function returns points of the Bézier path. Combined with the `polyline`, `polyline3d` or `hull_polyline3d` module defined in my library, you can create a Bézier curve. ## Parameters diff --git a/docs/lib-bezier_surface.md b/docs/lib-bezier_surface.md index 8322cac3..494dbce6 100644 --- a/docs/lib-bezier_surface.md +++ b/docs/lib-bezier_surface.md @@ -1,6 +1,6 @@ # bezier_surface -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 lib-openscad, you can create a Bézier surface. +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.