From d9f435e9c402bf64cd663e8926cbab1765960c92 Mon Sep 17 00:00:00 2001 From: bi0qaw Date: Thu, 23 Nov 2017 21:20:11 +0100 Subject: [PATCH] Updated PolygonOutline (markdown) --- PolygonOutline.md => Polygon-Outline.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) rename PolygonOutline.md => Polygon-Outline.md (86%) diff --git a/PolygonOutline.md b/Polygon-Outline.md similarity index 86% rename from PolygonOutline.md rename to Polygon-Outline.md index e03dd99..fb4bb41 100644 --- a/PolygonOutline.md +++ b/Polygon-Outline.md @@ -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` \ No newline at end of file