PICO Spatial SDK
Toggle table of contents
0.10.7
◐
Skip to content
PICO Spatial SDK
ui:foundation
/
com.pico.spatial.ui.foundation.geometry
/
IntOffset3D
/
copy
copy
fun
copy
(
x
:
Int
=
this.x
,
y
:
Int
=
this.y
,
z
:
Int
=
this.z
)
:
IntOffset3D
Return
A
IntOffset3D
with the given
x
,
y
and
z
values.
Parameters
x
The x value.
y
The y value.
z
The z value.