fromRectangle

open fun fromRectangle(base1: Tile, base2: Tile): Area

Creates a rectangular area with the two specified tiles as the bounds

Return

a rectangle area inbetween the two tiles

Parameters

base1

the first bound

base2

the second bound