engine
/
regions
/
Region
Region
interface
Region
<
C
:
Coordinate
>
Content copied to clipboard
Represents a region on the board
Functions
Parameters
Inheritors
Parameters
C
the type of a coordinate.
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
isInRegion
Link copied to clipboard
abstract fun
isInRegion
(coordinate:
C
):
Boolean
Content copied to clipboard
Returns if the coordinate is within the region specified
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Inheritors
Region2D
Link copied to clipboard
Region3D
Link copied to clipboard