addDisplacementMarker

Adds a marker at the current position of the trajectory.


Adds a marker to the trajectory at displacement.


Adds a marker to the trajectory at scale * path length + offset.


public final TrajectoryCommandBuilder addDisplacementMarker(Function1<Double, Double> displacement, MarkerCallback callback)

Adds a marker to the trajectory at displacement evaluated with path length.