levelz-kt
Toggle table of contents
0.3.3
common
Platform filter
common
Switch theme
Search in API
levelz-kt
levelz-kt
/
xyz.calcugames.levelz.coord
/
Coordinate2D
/
Coordinate2D
Coordinate2D
constructor
(
x
:
Int
,
y
:
Int
)
Constructs a 2D Coordinate.
Parameters
x
X Value
y
Y Value
constructor
(
xy
:
IntArray
)
constructor
(
xy
:
DoubleArray
)
Constructs a 2D Coordinate.
Parameters
xy
Array of X and Y Values
constructor
(
x
:
Double
,
y
:
Double
)