Move Started
@Serializable
@SerialName(value = "MoveStarted" )
An entity began a point-to-point move at constant velocity. The renderer reconstructs the entity's position at any replay time by linearly interpolating from (fromX, fromY, fromZ) to (toX, toY, toZ) between simTime and arrivalTime. This same contract covers the agent-layer travel primitives, whose legs are also straight-line constant-velocity.
Properties
Link copied to clipboard
Link copied to clipboard
Names of the origin/destination locations, when the move is between named locations. Carried so a renderer can place the move by name for spatial models that have no coordinates (e.g. DistancesModel, whose from*/to* are NaN): the renderer resolves the names against the layout (decision 8H.3). Null for coordinate-only moves.
Link copied to clipboard