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%`