Updated Line (markdown)
parent
4cd7031f2c
commit
251c850caa
14
Line.md
14
Line.md
@ -1,11 +1,11 @@
|
|||||||

|
### Vectors
|
||||||
|
|
||||||
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
|
|
||||||
```
|
```
|
||||||
line with length %number% and density %number%
|
line with length %number% and density %number%
|
||||||
vector line from %vector% to %vector% with density %number%
|
vector line from %vector% to %vector% with density %number%
|
||||||
```
|
```
|
||||||
### Location Syntax
|
### Locations
|
||||||
`line from %location% to %location% with density %number%`
|
`line from %location% to %location% with density %number%`
|
||||||
|
|
||||||
|

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