Updated Helix (markdown)
parent
5a2edce2f6
commit
97cfb3fe3b
8
Helix.md
8
Helix.md
@ -1,8 +1,8 @@
|
||||

|
||||
|
||||
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%`
|
||||
|
||||

|
||||
|
||||
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`
|
||||
|
Loading…
Reference in New Issue
Block a user