From ca91bd9b1658866d093979545b419ee769b237a3 Mon Sep 17 00:00:00 2001 From: bi0qaw Date: Tue, 21 Nov 2017 21:26:14 +0100 Subject: [PATCH] Updated Shapes (markdown) --- Shapes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shapes.md b/Shapes.md index 525ed13..8994bee 100644 --- a/Shapes.md +++ b/Shapes.md @@ -1,5 +1,5 @@ ## List of Shapes -* Circle +* [Circle](Circle) * [Cube](Cube) * [Cube Outline](CubeOutline) * [Helix](HelixOutline) @@ -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`