Namespaces | |
namespace | code |
Functions | |
void | code::AzRangetoXY (const float &Azimuth, const float &Range, float &X, float &Y) |
void | code::XYtoAzRange (const float &X, const float &Y, float &Azimuth, float &Range) |
void | code::LatLontoXY (const float &Lat, const float &Lon, const float &station_lat, const float &station_Lon, float &X, float &Y) |
void | code::XYtoLatLon (const float &X, const float &Y, const float &station_lat, const float &station_Lon, float &Lat, float &Lon) |
void | code::Surface_AzRangetoLatLon (const float &Az, const float &Range, const float &station_lat, const float &station_Lon, float &Lat, float &Lon) |
void | code::Surface_LatLontoAzRange (const float &Lat, const float &Lon, const float &station_lat, const float &station_lon, float &Az, float &Range) |
float | code::LatLonDist (float Lat1, float Lon1, float Lat2, float Lon2) |
double | code::LatLonDist (double Lat1, double Lon1, double Lat2, double Lon2) |
void | code::BeamPath_AzRangetoLL (const float &station_latitude, const float &station_longitude, const float &Azimuth, const float &Range, const float &elev_angle, float &height, float &target_latitude, float &target_longitude) |
void | code::BeamPath_LLtoAzRange (const float &target_latitude, const float &target_longitude, const float &station_latitude, const float &station_longitude, const float &elev_angle, float &height, float &Azimuth, float &Range) |
void | code::BeamPath_LLHtoAzRangeElev (const float &target_latitude, const float &target_longitude, const float &target_height, const float &station_latitude, const float &station_longitude, const float &station_height, float &elev_angle, float &Azimuth, float &Range) |
computes azimuth, range, elevation of radar beam from station that would observe the target. | |
int | code::nint (const float &) |