UNCLASSIFIED
GeographicTranslator
|
#include <math.h>
#include "Bonne.h"
#include "Sinusoidal.h"
#include "MapProjection4Parameters.h"
#include "MapProjectionCoordinates.h"
#include "GeodeticCoordinates.h"
#include "CoordinateConversionException.h"
#include "ErrorMessages.h"
Go to the source code of this file.
Functions | |
double | bonnCoeffTimesSine (double coeff, double x, double latit) |
Variables | |
const double | PI = 3.14159265358979323e0 |
const double | PI_OVER_2 = (PI / 2.0) |
const double | TWO_PI = (2.0 * PI) |
double bonnCoeffTimesSine | ( | double | coeff, |
double | x, | ||
double | latit | ||
) |