CompositeCancelableTrajectory
@Serializable
@SerialName(value = "CompositeCancelableTrajectory")
Represents a composite trajectory made up of multiple CancelableTrajectory segments. Allows cancellation at any displacement along the combined trajectory, returning a new composite trajectory.
Constructors
Link copied to clipboard
constructor(trajectories: List<CancelableTrajectory>, offsets: List<Double> = trajectories.scan(0.0) { acc, t -> acc + t.length() })
Functions
Link copied to clipboard
Cancels the composite trajectory at the given displacement, returning a new trajectory starting from that point.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard