From 352f7fe691da3cdb3d69cad67a28fce4051f0627 Mon Sep 17 00:00:00 2001 From: bi0qaw Date: Tue, 21 Nov 2017 22:03:56 +0100 Subject: [PATCH] Created PolygonOutline (markdown) --- PolygonOutline.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 PolygonOutline.md diff --git a/PolygonOutline.md b/PolygonOutline.md new file mode 100644 index 0000000..e03dd99 --- /dev/null +++ b/PolygonOutline.md @@ -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%`