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. | |
float | elevation {0.0F} |
Calculated energy in foot-pounds. | |
float | deflection {0.0F} |
Calculated elevation change in inches. | |
float | time_of_flight {0.0F} |
Calculated windage deflection in inches. | |
Structure holding the output results of the ballistic calculation.
float lob::Output::deflection {0.0F} |
Calculated elevation change in inches.
float lob::Output::elevation {0.0F} |
Calculated energy in foot-pounds.
uint32_t lob::Output::energy {0} |
Calculated velocity in feet per second.
uint32_t lob::Output::range {0} |
float lob::Output::time_of_flight {0.0F} |
Calculated windage deflection in inches.
uint16_t lob::Output::velocity {0} |
Associated range in yards.