Created Circle (markdown)

bi0qaw 2017-11-21 22:01:16 +01:00
parent 96a7890c6e
commit 10ba3daee0

8
Circle.md Normal file

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