placeAt

fun placeAt(agent: A, x: Double, y: Double, z: Double)(source)

Place agent at the given coordinates. Idempotent — equivalent to moveTo.


fun placeAt(agent: A, point: Point3D)(source)