From 97cfb3fe3b2aec1e0d434cce049c618c4083c06e Mon Sep 17 00:00:00 2001 From: bi0qaw Date: Thu, 23 Nov 2017 21:15:51 +0100 Subject: [PATCH] Updated Helix (markdown) --- Helix.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Helix.md b/Helix.md index 035b11f..f348859 100644 --- a/Helix.md +++ b/Helix.md @@ -1,8 +1,8 @@ -![](https://i.imgur.com/OoLM13C.png) - -Creates a list of location or vectors in the shape of a helix. The step value determines the amount of blocks the helix will move upwards during one rotation. A negative step will invert the rotation direction of the helix. The total amount of points is determined by: `points = circumference * height * density = 2 * radius * PI * height * density` - ### Vector Syntax `helix with radius %number%, height %number%, step %number% and density %number%` ### Location Syntax `helix at %location% with radius %number%, height %number%, step %number% and density %number%` + +![](https://i.imgur.com/OoLM13C.png) + +Creates a list of location or vectors in the shape of a helix. The step value determines the amount of blocks the helix will move upwards during one rotation. A negative step will invert the rotation direction of the helix. The total amount of points is determined by: `points = circumference * height * density = 2 * radius * PI * height * density`