set

operator fun set(    columnIndex: Int,     rowIndex: Int,     component: T)

Sets the hexagon at the specified column index and row index.

Parameters

columnIndex

The column index of the hexagon.

rowIndex

The row index of the hexagon.

component

The hexagon component to set.