plus

open operator fun plus(other: Trajectory<Param>): CompositeTrajectory

Combines this trajectory with another trajectory to create a composite trajectory.

The resulting trajectory will execute this trajectory first, then the other trajectory.

Parameters

other

The trajectory to append after this one