#include <math.h>
#include "constants.h"
#include "LatLong-UTMconversion.h"
Functions | |
double | CorrRatio (double LatRad, const double C) |
double | NewtonRaphson (const double initEstimate) |
void | LLtoSwissGrid (const double Lat, const double Long, double &SwissNorthing, double &SwissEasting) |
void | SwissGridtoLL (const double SwissNorthing, const double SwissEasting, double &Lat, double &Long) |
double CorrRatio | ( | double | LatRad, | |
const double | C | |||
) |
void LLtoSwissGrid | ( | const double | Lat, | |
const double | Long, | |||
double & | SwissNorthing, | |||
double & | SwissEasting | |||
) |
double NewtonRaphson | ( | const double | initEstimate | ) |
void SwissGridtoLL | ( | const double | SwissNorthing, | |
const double | SwissEasting, | |||
double & | Lat, | |||
double & | Long | |||
) |