From c06d825aa2f99f1ca405410934bed6b03f06d16e Mon Sep 17 00:00:00 2001 From: bi0qaw Date: Thu, 23 Nov 2017 21:23:00 +0100 Subject: [PATCH] Updated Sphere (markdown) --- Sphere.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Sphere.md b/Sphere.md index 268d05a..fe98edb 100644 --- a/Sphere.md +++ b/Sphere.md @@ -1,9 +1,8 @@ -## Sphere +### Vectors +`sphere with radius %number% and density %number%` +### Locations +`sphere at %location% with radius %number% and density %number%` + ![](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%`