Projectile Lead Calculator
Calculate intercept time, target travel, lateral offset, and aim angle for moving targets in games and simulations.
Use the Projectile Lead Calculator
Game / Simulation Inputs
This idealized game/simulation model assumes constant speeds and straight-line motion in 2D. It excludes gravity, drag, wind, acceleration, latency, terrain, and collision size.
NASA explains why real flight with aerodynamic drag is more complex in its ballistic flight equations.
The calculation runs locally in this browser. The tool does not submit these input values to a calculation service.
Set your inputs and press Compute Intercept
—
Summary
Calculate intercept time, target travel, lateral offset, and aim angle for moving targets in games and simulations.
How it works
- Specify projectile speed in m/s, distance in meters, and target speed in m/s or km/h.
- Set the movement angle: 0° approaches, 90° crosses perpendicular to the initial line of sight, and 180° moves away.
- The solver selects the smallest finite positive root of the constant-velocity intercept equation.
- Total target travel is Vt × t; lateral offset is |Vt × sin(θ) × t|.
- If no positive-time intercept exists, the result is reported as unreachable rather than Infinity or NaN.
Use cases
- Tune predictive leading for game AI and turret simulations.
- Compare crossing, approaching, and departing game targets.
- Test whether a game projectile can intercept a faster target.
- Validate constant-velocity 2D vector-intercept exercises.