Updated Shapes (markdown)

bi0qaw 2017-11-21 21:26:14 +01:00
parent 7d52f62dc7
commit ca91bd9b16

@ -1,5 +1,5 @@
## List of Shapes ## List of Shapes
* <a href="##Circle">Circle</a> * [Circle](Circle)
* [Cube](Cube) * [Cube](Cube)
* [Cube Outline](CubeOutline) * [Cube Outline](CubeOutline)
* [Helix](HelixOutline) * [Helix](HelixOutline)
@ -16,7 +16,7 @@ All 2D shapes (Circle, Line, Polygon and Polygon Outline) are drawn in the horiz
*** ***
## Circle ##Circle
![](https://i.imgur.com/j51ka40.png) ![](https://i.imgur.com/j51ka40.png)
Creates a list of locations or vectors in the shape of a circle. The amount of points is determined by the density and the circumference of the circle: `points = circumference * density = 2 * radius * PI * density` Creates a list of locations or vectors in the shape of a circle. The amount of points is determined by the density and the circumference of the circle: `points = circumference * density = 2 * radius * PI * density`