From 8697a4ce9dc3bf0792bcf78e40ac439d0b0ad9b8 Mon Sep 17 00:00:00 2001 From: bi0qaw Date: Tue, 21 Nov 2017 21:30:00 +0100 Subject: [PATCH] Updated Shapes (markdown) --- Shapes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shapes.md b/Shapes.md index 3ec32ab..120a6d9 100644 --- a/Shapes.md +++ b/Shapes.md @@ -16,7 +16,7 @@ All 2D shapes (Circle, Line, Polygon and Polygon Outline) are drawn in the horiz *** -##Circle +## Circle ![](https://i.imgur.com/j51ka40.png) Creates a list of locations or vectors in the shape of a circle. The amount of points is determined by the density and the circumference of the circle: `points = circumference * density = 2 * radius * PI * density`