pub fn generate_camera_trajectory( start: &Point3<f32>, target: &Point3<f32>, arc_angle: f32, step_count: usize, ) -> Vec<Point3<f32>> ⓘ