engine
/
regions
/
RowRegion
Row
Region
data class
RowRegion
(row:
Int
) :
Region2D
Content copied to clipboard
Represents a region of a row on 2D coordinate
Constructors
Functions
Properties
Constructors
RowRegion
Link copied to clipboard
fun
RowRegion
(row:
Int
)
Content copied to clipboard
Functions
component1
Link copied to clipboard
operator fun
component1
():
Int
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(row:
Int
):
RowRegion
Content copied to clipboard
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
isInRegion
Link copied to clipboard
open override fun
isInRegion
(coordinate:
Coordinate2D
):
Boolean
Content copied to clipboard
Returns if the coordinate is within the region specified
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
row
Link copied to clipboard
val
row
:
Int
Content copied to clipboard
the row number (y coordinate)