Module fast_trajectory

Module fast_trajectory 

Source
Expand description

Fast trajectory solver for longer ranges.

This is a Rust implementation of the fast fixed-step trajectory solver that provides significant performance improvements for long-range calculations.

Structs§

FastIntegrationParams
Fast trajectory integration parameters
FastSolution
Fast solution container matching Python implementation

Functions§

fast_integrate
Fast fixed-step integration for longer trajectories
fast_integrate_with_segments
Fast integration with explicit wind segments using RK45 MBA-155: Upstreamed from ballistics_rust