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