startTravel3D

fun <A : AgentLike> KSLProcessBuilder.startTravel3D(agent: A, space: ContinuousVolume<in A>, destination: Point3D, velocity: Double, stepSize: Double = Travel.Defaults.stepSize): TravelHandle3D<A>(source)

Start an interruptible 3D travel. Returns the TravelHandle3D immediately without suspending. Caller drives the integration via awaitTravel3D.

See startTravel for the 2D version and motivating examples.