From 59de25b6e2b7bb95784ca92ad8e36385bf65d445 Mon Sep 17 00:00:00 2001 From: bi0qaw Date: Tue, 21 Nov 2017 22:04:52 +0100 Subject: [PATCH] Created RandomSphere (markdown) --- RandomSphere.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 RandomSphere.md diff --git a/RandomSphere.md b/RandomSphere.md new file mode 100644 index 0000000..1ba01e4 --- /dev/null +++ b/RandomSphere.md @@ -0,0 +1,8 @@ +![](https://i.imgur.com/mf5A1ji.png) + +Creates a list of locations or vectors in the shape of a sphere. The points are randomly distributed on the sphere surface. The radius and the density determine the amount of points: `points = (radius * PI * density)^2` + +### Vector Syntax +`random sphere with radius %number% and density %number%` +### Location Syntax +`random sphere at %location% with radius %number% and density %number%`