SerializableTrajectory
@Serializable
Types
Link copied to clipboard
Link copied to clipboard
data class TrajectoryResult(val trajectory: Trajectory?, val errors: List<Pair<Exception, TrajectoryPiece?>>)
Functions
Link copied to clipboard
Link copied to clipboard
fun createTrajectory(constraints: TrajectoryConstraints, resolution: Double = 0.25): SerializableTrajectory.TrajectoryResult