fn to_trajectory(points: &[TemporalPoint]) -> Vec<(i64, &[f32])>Expand description
Convert a slice of TemporalPoint to the (i64, &[f32]) format used internally.
fn to_trajectory(points: &[TemporalPoint]) -> Vec<(i64, &[f32])>Convert a slice of TemporalPoint to the (i64, &[f32]) format used internally.