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
/
placeAt
place
At
fun
placeAt
(
agent
:
A
,
x
:
Double
,
y
:
Double
)
(
source
)
Place
agent
at the given coordinates. Idempotent — equivalent to
moveTo
.
fun
placeAt
(
agent
:
A
,
point
:
Point2D
)
(
source
)