Updated Circle (markdown)

bi0qaw 2017-11-23 21:13:06 +01:00
parent 386949c64f
commit 86c6a06ae0

@ -1,10 +1,12 @@
![](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`
### Vectors
`circle with radius %number% and density %number%`
### Locations
`circle at %location% with radius %number% and density %number%`
![](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`