Rectangle

inline fun <T : Number, Comparable<T>> Rectangle(left: T, bottom: T, right: T, top: T): Rectangle<T>

Returns a new Rectangle with given left, bottom, right and top side coordinates.