From e7a9ac86771f705d3641bed067b739822afaf72f Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sun, 12 Mar 2017 20:28:44 +0800 Subject: [PATCH] Updated the doc --- docs/lib-circular_sector.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/lib-circular_sector.md b/docs/lib-circular_sector.md index bcbb0942..9cd9ed22 100644 --- a/docs/lib-circular_sector.md +++ b/docs/lib-circular_sector.md @@ -1,11 +1,11 @@ # circular_sector -Create a circular sector. You can pass a 2 element vector to define the central angle. +Create a circular sector. You can pass a 2 element vector to define the central angle. It provides a `fn` parameter consistent with the `$fn` parameter of the `circle` module. ## Parameters - `radius` : The radius of the circle. -- `angles` : A 2 element vector which defines the central angle. The first element of the vector is the beginning angle, and the second element is the ending angle. +- `angles` : A 2 element vector which defines the central angle. The first element of the vector is the beginning angle in degrees, and the second element is the ending angle. - `fn` : The `$fn` value used by the `circle` module internally. The default value is 24. ## Examples