lob 0.11.0
Exterior ballistics library — API + technical reference
Loading...
Searching...
No Matches
LobOutput Struct 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.
 

Detailed Description

Structure holding the output results of a ballistic calculation.

Member Data Documentation

◆ deflection

double LobOutput::deflection

Windage deflection in inches (forward-solution) or MOA adjustment (inverse-solution).

◆ elevation

double LobOutput::elevation

Elevation change in inches (forward-solution) or MOA adjustment (inverse-solution).

◆ energy

uint32_t LobOutput::energy

Calculated energy in foot-pounds.

◆ range

uint32_t LobOutput::range

Associated range in feet.

◆ time_of_flight

double LobOutput::time_of_flight

Time of flight in seconds.

◆ velocity

uint16_t LobOutput::velocity

Calculated velocity in feet per second.


The documentation for this struct was generated from the following file: