From b749d7b32be094569cd80c73f8d42455af29df1a Mon Sep 17 00:00:00 2001 From: bi0qaw Date: Tue, 21 Nov 2017 22:01:33 +0100 Subject: [PATCH] Created Cube (markdown) --- Cube.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cube.md diff --git a/Cube.md b/Cube.md new file mode 100644 index 0000000..ac1c06e --- /dev/null +++ b/Cube.md @@ -0,0 +1,8 @@ +![](https://i.imgur.com/b8lKhSQ.png) + +Creates a list of locations or vectors in the shape of a cube. The radius determines the distance from the center to one of the vertices. If you want a cube with a certain edge length you have to use the following formula: `radius = edge length * sqrt(3) / 2` + +### Vector Syntax +`cube with radius %number%` +### Location Syntax +`cube at %location% with radius %number%` \ No newline at end of file