toggle menu
Hex Grid
androidJvm
switch theme
search in API
data
/
com.gonodono.hexgrid.data
/
Grid
/
Address
Address
data
class
Address
(
val
row
:
Int
,
val
column
:
Int
)
The index structure for Grid.
Members
Members & Extensions
Constructors
Address
Link copied to clipboard
constructor
(
row
:
Int
,
column
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
column
Link copied to clipboard
val
column
:
Int
row
Link copied to clipboard
val
row
:
Int
Functions
is
At
Link copied to clipboard
fun
Grid.Address
.
isAt
(
row
:
Int
,
column
:
Int
)
:
Boolean
Convenience to concisely check an Address against individual indices.
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String