Function to_trajectory

Source
fn to_trajectory(points: &[TemporalPoint]) -> Vec<(i64, &[f32])>
Expand description

Convert a slice of TemporalPoint to the (i64, &[f32]) format used internally.