diff --git a/Sphere.md b/Sphere.md new file mode 100644 index 0000000..268d05a --- /dev/null +++ b/Sphere.md @@ -0,0 +1,9 @@ +## Sphere +![](https://i.imgur.com/trB8zrH.png) + +Creates a list of locations or vectors in the shape of a sphere. The sphere is formed by a series of circles with different diameters. The radius and the density determine the amount of points: `points = (radius * PI * density)^2` + +### Vector Syntax +`sphere with radius %number% and density %number%` +### Location Syntax +`sphere at %location% with radius %number% and density %number%`