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