Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Region(val min: Location, val max: Location)

A region in the world.

Link copied to clipboard

Functions

Link copied to clipboard
operator fun Location.rangeTo(loc: Location): Region

Creates a Region from this Location to the given Location.