From e9d98a0f2aa246ca08b6a203ecfc86078be89f44 Mon Sep 17 00:00:00 2001 From: bi0qaw Date: Tue, 21 Nov 2017 22:10:31 +0100 Subject: [PATCH] Updated Circle (markdown) --- Circle.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Circle.md b/Circle.md index 7dd75de..841ee2c 100644 --- a/Circle.md +++ b/Circle.md @@ -2,7 +2,8 @@ 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` -### Vector Syntax -`circle with radius %number% and density %number%` -### Location Syntax +**Locations** `circle at %location% with radius %number% and density %number%` +**Vectors** +`circle with radius %number% and density %number%` +