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
/
Coordinate3D
/
Coordinate3D
Coordinate3D
constructor
(
x
:
Int
,
y
:
Int
,
z
:
Int
)
Constructs a 3D Coordinate.
Parameters
x
X Value
y
Y Value
z
Z Value
constructor
(
xyz
:
IntArray
)
constructor
(
xyz
:
DoubleArray
)
Constructs a 3D Coordinate.
Parameters
xyz
Array of X, Y, and Z Values
constructor
(
x
:
Double
,
y
:
Double
,
z
:
Double
)