|
lob 0.11.0
Exterior ballistics library — API + technical reference
|
Structure holding the output results of a ballistic calculation. More...
#include <lob.h>
Public Attributes | |
| uint32_t | range |
| Associated range in feet. | |
| uint16_t | velocity |
| Calculated velocity in feet per second. | |
| uint32_t | energy |
| Calculated energy in foot-pounds. | |
| double | elevation |
| Elevation change in inches (forward-solution) or MOA adjustment (inverse-solution). | |
| double | deflection |
| Windage deflection in inches (forward-solution) or MOA adjustment (inverse-solution). | |
| double | time_of_flight |
| Time of flight in seconds. | |
Structure holding the output results of a ballistic calculation.
| double LobOutput::deflection |
Windage deflection in inches (forward-solution) or MOA adjustment (inverse-solution).
| double LobOutput::elevation |
Elevation change in inches (forward-solution) or MOA adjustment (inverse-solution).
| uint32_t LobOutput::energy |
Calculated energy in foot-pounds.
| uint32_t LobOutput::range |
Associated range in feet.
| double LobOutput::time_of_flight |
Time of flight in seconds.
| uint16_t LobOutput::velocity |
Calculated velocity in feet per second.