fn interpolate_at(trajectory: &[(i64, &[f32])], target: i64) -> Option<Vec<f32>>
Linear interpolation at a specific timestamp.