centerOfTile(atColumn:row:)
Declaration
func centerOfTile(atColumn column: Int, row: Int) -> CGPointParameters
- column:
The column index of the tile.
- row:
The row index of the tile.
Return Value
The coordinates in points of the center of the tile for a given column and row.