Structure holding the output results of the ballistic calculation. More...
#include <lob.hpp>
Public Attributes | |
uint32_t | range {0} |
uint16_t | velocity {0} |
Associated range in yards. | |
uint32_t | energy {0} |
Calculated velocity in feet per second. | |
double | elevation {0.0} |
Calculated energy in foot-pounds. | |
double | deflection {0.0} |
Calculated elevation change in inches. | |
double | time_of_flight {0.0} |
Calculated windage deflection in inches. | |
Structure holding the output results of the ballistic calculation.
double lob::Output::deflection {0.0} |
Calculated elevation change in inches.
double lob::Output::elevation {0.0} |
Calculated energy in foot-pounds.
uint32_t lob::Output::energy {0} |
Calculated velocity in feet per second.
uint32_t lob::Output::range {0} |
double lob::Output::time_of_flight {0.0} |
Calculated windage deflection in inches.
uint16_t lob::Output::velocity {0} |
Associated range in yards.