Created Circle (markdown)
+8
@@ -0,0 +1,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
|
||||||
|
`circle at %location% with radius %number% and density %number%`
|
||||||
Reference in New Issue
Block a user