From 24bceed11637f16fdaab221f52315047efccee11 Mon Sep 17 00:00:00 2001 From: bi0qaw Date: Thu, 23 Nov 2017 21:22:31 +0100 Subject: [PATCH] Updated RandomSphere (markdown) --- RandomSphere.md => Random-Sphere.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename RandomSphere.md => Random-Sphere.md (91%) diff --git a/RandomSphere.md b/Random-Sphere.md similarity index 91% rename from RandomSphere.md rename to Random-Sphere.md index 1ba01e4..74a2b25 100644 --- a/RandomSphere.md +++ b/Random-Sphere.md @@ -1,8 +1,8 @@ +### Vectors +`random sphere with radius %number% and density %number%` +### Locations +`random sphere at %location% with radius %number% and density %number%` + ![](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%`