From 966e7f31ee80456c09c5a014523cf63b09f0c9f3 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Mon, 8 May 2017 10:36:21 +0800 Subject: [PATCH] added missing code --- docs/lib-shape_pie.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/lib-shape_pie.md b/docs/lib-shape_pie.md index e7d774ee..5d1afbfc 100644 --- a/docs/lib-shape_pie.md +++ b/docs/lib-shape_pie.md @@ -13,6 +13,7 @@ Returns shape points and triangle indexes of a pie (circular sector) shape. They include ; shape_pts_tris = shape_pie(10, [45, 315], $fn = 24); + polygon(shape_pts_tris[0]); ![shape_pie](images/lib-shape_pie-1.JPG)