placeAt

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)