pub fn run_sampled_trajectory(
velocity: f64,
bc: f64,
mass: f64,
diameter: f64,
drag_model: DragModel,
sight_height: f64,
temperature: f64,
pressure: f64,
humidity: f64,
altitude: f64,
wind_speed: f64,
wind_direction: f64,
max_range: f64,
sample_interval: f64,
zero_angle_rad: f64,
bc_segments_data: Option<Vec<BCSegmentData>>,
custom_drag_table: Option<DragTable>,
dsf_table: Option<&DsfTable>,
zero_poi_vertical_m: f64,
zero_poi_horizontal_m: f64,
sight_offset_lateral_m: f64,
zero_solve_distance_m: Option<f64>,
) -> Result<Vec<TrajectorySample>, Box<dyn Error>>Expand description
Run a trajectory and return sampled points at the given zero angle