Created PolygonOutline (markdown)

bi0qaw 2017-11-21 22:03:56 +01:00
parent 568cc0fba0
commit 352f7fe691

8
PolygonOutline.md Normal file

@ -0,0 +1,8 @@
![](https://i.imgur.com/BSVMrQN.png)
Creates list of locations or vectors in the shape of a polygon with outlines. The radius is the distance between the center and each point. The amount of points for one line segment (between two vertices) is calculated by the edge length and the density: `points = edge length * density`
### Vector Syntax
`polygon outline with %number% points, radius %number% and density %number%`
### Location Syntax
`polygon outline at %location% with %number% points, radius %number% and density %number%`