Region2D

interface Region2D : Region<Coordinate2D>

Implementation of the Region interface for a 2d square board.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
isInRegion
Link copied to clipboard
abstract fun isInRegion(coordinate: Coordinate2D): Boolean
Returns if the coordinate is within the region specified
toString
Link copied to clipboard
open fun toString(): String

Inheritors

BoxRegion
Link copied to clipboard
ColumnRegion
Link copied to clipboard
CompositeRegion
Link copied to clipboard
CoordinateRegion
Link copied to clipboard
RowRegion
Link copied to clipboard