UNCLASSIFIED
GeographicTranslator
|
#include <math.h>
#include "Stereographic.h"
#include "MapProjection4Parameters.h"
#include "MapProjectionCoordinates.h"
#include "GeodeticCoordinates.h"
#include "CoordinateConversionException.h"
#include "ErrorMessages.h"
Go to the source code of this file.
Variables | |
const double | PI = 3.14159265358979323e0 |
const double | PI_OVER_2 = (PI / 2.0) |
const double | PI_OVER_4 = (PI / 4.0) |
const double | TWO_PI = (2.0 * PI) |
const double | ONE = (1.0 * PI / 180.0) |
const double ONE = (1.0 * PI / 180.0) |
Definition at line 124 of file Stereographic.cpp.
const double PI = 3.14159265358979323e0 |
Definition at line 120 of file Stereographic.cpp.
const double PI_OVER_2 = (PI / 2.0) |
Definition at line 121 of file Stereographic.cpp.
const double PI_OVER_4 = (PI / 4.0) |
Definition at line 122 of file Stereographic.cpp.
const double TWO_PI = (2.0 * PI) |
Definition at line 123 of file Stereographic.cpp.