Created Cube (markdown)

bi0qaw 2017-11-21 22:01:33 +01:00
parent 10ba3daee0
commit b749d7b32b

8
Cube.md Normal file

@ -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%`