Rectangle

interface Rectangle<T : Any> : Area<T>

A map coordinates rectangle. a and b represent opposing angles of the rectangle without specifying which ones.

Properties

Link copied to clipboard
abstract val a: T
Link copied to clipboard
abstract val b: T
Link copied to clipboard
abstract val center: T

Functions

Link copied to clipboard
abstract operator fun contains(point: T): Boolean