From a21902c33c11fea9c9e2a4d8f8cbab7a1ff5c5eb Mon Sep 17 00:00:00 2001 From: bi0qaw Date: Tue, 21 Nov 2017 22:02:45 +0100 Subject: [PATCH] Created Line (markdown) --- Line.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Line.md diff --git a/Line.md b/Line.md new file mode 100644 index 0000000..00aa44d --- /dev/null +++ b/Line.md @@ -0,0 +1,3 @@ +![](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).