From 251c850caa80191f731f16cc31cdec538b7bf136 Mon Sep 17 00:00:00 2001 From: bi0qaw Date: Thu, 23 Nov 2017 21:19:06 +0100 Subject: [PATCH] Updated Line (markdown) --- Line.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Line.md b/Line.md index d68b420..2191c2b 100644 --- a/Line.md +++ b/Line.md @@ -1,11 +1,11 @@ -![](https://i.imgur.com/VOmDpUg.png) - -Creates a list of locations or vectors in the shape of a line. The amount of points is determined by the density and the length of the line: `points = density * length`. `line with length %number% and density %number%` returns always a line in the positive x-direction (yaw = -90). - -### Vector Syntax +### Vectors ``` line with length %number% and density %number% vector line from %vector% to %vector% with density %number% ``` -### Location Syntax -`line from %location% to %location% with density %number%` \ No newline at end of file +### Locations +`line from %location% to %location% with density %number%` + +![](https://i.imgur.com/VOmDpUg.png) + +Creates a list of locations or vectors in the shape of a line. The amount of points is determined by the density and the length of the line: `points = density * length`. `line with length %number% and density %number%` returns always a line in the positive x-direction (yaw = -90).