|
lob 0.11.0
Exterior ballistics library — API + technical reference
|
Structure of parameters consumed by the solver. More...
#include <lob.h>
Public Attributes | |
| double | drag_coeff |
| Drag coefficient scaling factor. | |
| double | speed_of_sound |
| The local speed of sound in Fps. | |
| double | mass |
| Mass of the projectile in pounds. | |
| double | optic_height |
| Height of the optic above the bore. | |
| LobGravity | gravity |
| Gravity vector. | |
| LobWind | wind |
| Wind vector. | |
| LobCoriolis | coriolis |
| Coriolis effect parameters. | |
| double | zero_angle |
| Angle between sight and trajectory. | |
| double | stability_factor |
| Miller stability factor. | |
| double | aerodynamic_jump |
| Aerodynamic jump effect in Moa. | |
| double | spindrift_factor |
| Spin drift factor. | |
| double | k_lapse |
| Projected linear density lapse coeff. | |
| double | max_time |
| Max time of flight for solver. | |
| float | drags [15 *4] |
| Drag curve coefficients. | |
| uint16_t | velocity |
| Initial velocity of projectile in Fps. | |
| uint16_t | minimum_speed |
| Minimum speed for solver. | |
| uint16_t | step_size |
| Solver step size in inches. | |
| LobErrorT | error |
| Error status after build. | |
Structure of parameters consumed by the solver.
| double LobContext::aerodynamic_jump |
Aerodynamic jump effect in Moa.
| LobCoriolis LobContext::coriolis |
Coriolis effect parameters.
| double LobContext::drag_coeff |
Drag coefficient scaling factor.
| float LobContext::drags[15 *4] |
Drag curve coefficients.
| LobErrorT LobContext::error |
Error status after build.
| LobGravity LobContext::gravity |
Gravity vector.
| double LobContext::k_lapse |
Projected linear density lapse coeff.
| double LobContext::mass |
Mass of the projectile in pounds.
| double LobContext::max_time |
Max time of flight for solver.
| uint16_t LobContext::minimum_speed |
Minimum speed for solver.
| double LobContext::optic_height |
Height of the optic above the bore.
| double LobContext::speed_of_sound |
The local speed of sound in Fps.
| double LobContext::spindrift_factor |
Spin drift factor.
| double LobContext::stability_factor |
Miller stability factor.
| uint16_t LobContext::step_size |
Solver step size in inches.
| uint16_t LobContext::velocity |
Initial velocity of projectile in Fps.
| LobWind LobContext::wind |
Wind vector.
| double LobContext::zero_angle |
Angle between sight and trajectory.