PointsHexagonGrid Op
generate coordinates for a hexagon grid, outputs array3x
Summary (oneliner)
Full Name
- Ops.Array.PointArray.PointsHexagonGrid
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
Dimensions
Rows (Number:
<i>integer</i>
)<p>amount of rows</p>
Colums (Number:
<i>integer</i>
)<p>amount of columns</p>
Hex facing index (Number:
<i>integer</i>
)Orientation
Hex facing (String)
<p>choose between pointy or topped facing</p>
Flip corners (Number:
<i>boolean</i>
)Spacing
Tile X offset (Number)
<p>offset hexagon points on x axis</p>
Tile Y offset (Number)
<p>offset hexagon points on y axis</p>
Multiplier (Number)
<p>scale both offsets</p>
OUTPUT PORTS
Array out (Array)
<p>the resulting array with 3d points of a hexagon grid</p>