diff --git a/CubeOutline.md b/Cube-Outline.md similarity index 89% rename from CubeOutline.md rename to Cube-Outline.md index 543ad04..124a1d3 100644 --- a/CubeOutline.md +++ b/Cube-Outline.md @@ -1,8 +1,8 @@ +### Vectors +`cube outline with radius %number% and density %number%` +### Locations +`cube outline at %location% with radius %number% and density %number%` + ![](https://i.imgur.com/pt8KX2O.png) -Creates a list of locations or vectors in the shape of a cube with its edges. The radius determines the distance from the center to one of the vertices. The amount of points is determined by the density and the edge length. `density * edge length = amount of points on one edge`. 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 outline with radius %number% and density %number%` -### Location Syntax -`cube outline at %location% with radius %number% and density %number%` \ No newline at end of file +Creates a list of locations or vectors in the shape of a cube with its edges. The radius determines the distance from the center to one of the vertices. The amount of points is determined by the density and the edge length. `density * edge length = amount of points on one edge`. If you want a cube with a certain edge length you have to use the following formula: `radius = edge length * sqrt(3) / 2`. \ No newline at end of file