rotatedLeft

fun Tile.rotatedLeft(offset: Int = 1): Tile

Returns a new Tile that is rotated to the left by the specified offset.

Return

A new Tile that is rotated to the left by the specified offset.

Parameters

offset

The number of 90-degree rotations to the left. Defaults to 1.