PolygonalArea

class PolygonalArea(val id: String, val vertices: List<Location>) : Area(source)

A polygonal (not polyhedral) area

Constructors

Link copied to clipboard
constructor(id: String, vertices: List<Location>)

Functions

Link copied to clipboard
open override fun contains(location: Location): Boolean

Checks if the provided location is in this area

Link copied to clipboard

Does a single spawn pass

Properties

Link copied to clipboard
open override val id: Identifier
Link copied to clipboard

Area model for this area

Link copied to clipboard
Link copied to clipboard
val vertices: List<Location>

All points of this polygon