derive

fun derive(x: Int, y: Int): Tile

Calculates a derivative with the specified parameters.

Return

The derived tile from the specified values.

Parameters

x

The relative amount to shift on the x-axis.

y

The relative amount to shift on the y-axis.

fun derive(x: Int, y: Int, z: Int): Tile

Calculates a derivative with the specified parameters.

Return

The derived tile from the specified values.

Parameters

x

The relative amount to shift on the x-axis.

y

The relative amount to shift on the y-axis.

z

The new z-axis.