|
lob 0.11.0
Exterior ballistics library — API + technical reference
|
lob computes the point-mass trajectory of a symmetric projectile: drag, gravity, wind, atmosphere, Coriolis, spin drift and aerodynamic jump. This site documents how it works — the physics, the numerics, the design choices and the evidence behind them. For a quick start, see Getting Started; for installation and packaging, see the repository README.md (intentionally separate from this reference).
LobContext / lob::ContextLobSolve() / lob::Solve()LobSolveInverse() / LobFastInverse()LobContext, LobOutput, lifetimeLobErrorT catalogStepSize / MaximumTime / MinimumSpeed/MinimumEnergyImplementation lives under source/; public headers under include/lob/:
LobBuilder, source/lob_builder.cppLobSolve(), LobSolveInverse(), source/lob_solve.cppsource/solve_step.cpp, source/solve_step.hppsource/solve_angle.hppsource/splines.hppsource/tables.hppsource/calc.hpp, source/constants.hppsource/eng_units.hppTests under test/source/ mirror each area and are cited from the technical pages as evidence rather than claims.