toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.types
/
Point3Int
Point3Int
data
class
Point3Int
(
val
x
:
Int
,
val
y
:
Int
,
val
z
:
Int
=
0
)
Members
Constructors
Point3Int
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
,
z
:
Int
=
0
)
Properties
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int
z
Link copied to clipboard
val
z
:
Int
=
0