KSLCore
Toggle table of contents
R1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.modeling.agent
/
ContinuousVolume
/
moveTo
move
To
fun
moveTo
(
agent
:
A
,
x
:
Double
,
y
:
Double
,
z
:
Double
)
(
source
)
Update
agent
's position. Identical to
placeAt
.
fun
moveTo
(
agent
:
A
,
point
:
Point3D
)
(
source
)