Updated PolygonOutline (markdown)

bi0qaw 2017-11-23 21:20:11 +01:00
parent 41d712d415
commit d9f435e9c4
1 changed files with 7 additions and 6 deletions

@ -1,8 +1,9 @@
### Vectors
`polygon outline with %number% points, radius %number% and density %number%`
### Locations
`polygon outline at %location% with %number% points, radius %number% and density %number%`
![](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%`
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`