From 10ba3daee054049743d9965e50cb10dc9f03b98b Mon Sep 17 00:00:00 2001 From: bi0qaw Date: Tue, 21 Nov 2017 22:01:16 +0100 Subject: [PATCH] Created Circle (markdown) --- Circle.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Circle.md diff --git a/Circle.md b/Circle.md new file mode 100644 index 0000000..7dd75de --- /dev/null +++ b/Circle.md @@ -0,0 +1,8 @@ +![](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` + +### Vector Syntax +`circle with radius %number% and density %number%` +### Location Syntax +`circle at %location% with radius %number% and density %number%`