|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossim/projection/ossimSpaceObliqueMercatorProjection.h>#include <math.h>#include <ossim/base/ossimConstants.h>Go to the source code of this file.
Macros | |
| #define | PI_OVER_2 (M_PI/2) |
| #define | PI (M_PI) |
| #define | TWOPI (2*M_PI) |
| #define | HALFPI (M_PI/2.0) |
| #define | TOL 1e-7 |
| #define | PI_HALFPI 4.71238898038468985766 |
| #define | TWOPI_HALFPI 7.85398163397448309610 |
| #define | ONE_TOL 1.00000000000001 |
| #define | ATOL 1e-50 |
| #define | FORTPI 0.78539816339744833 |
Functions | |
| double | aasin (double v) |
| double | aacos (double v) |
| double | asqrt (double v) |
| double | aatan2 (double n, double d) |
| RTTI_DEF1 (ossimSpaceObliqueMercatorProjection, "ossimSpaceObliqueMercatorProjection", ossimMapProjection) | |
| #define ATOL 1e-50 |
Definition at line 22 of file ossimSpaceObliqueMercatorProjection.cpp.
Referenced by aatan2().
| #define FORTPI 0.78539816339744833 |
Definition at line 23 of file ossimSpaceObliqueMercatorProjection.cpp.
Referenced by ossimSpaceObliqueMercatorProjection::forward(), and ossimSpaceObliqueMercatorProjection::inverse().
| #define HALFPI (M_PI/2.0) |
Definition at line 17 of file ossimSpaceObliqueMercatorProjection.cpp.
Referenced by aasin(), ossimSpaceObliqueMercatorProjection::forward(), and ossimSpaceObliqueMercatorProjection::inverse().
| #define ONE_TOL 1.00000000000001 |
Definition at line 21 of file ossimSpaceObliqueMercatorProjection.cpp.
| #define PI (M_PI) |
Definition at line 15 of file ossimSpaceObliqueMercatorProjection.cpp.
Referenced by aacos(), and ossimSpaceObliqueMercatorProjection::setParameters().
| #define PI_HALFPI 4.71238898038468985766 |
Definition at line 19 of file ossimSpaceObliqueMercatorProjection.cpp.
Referenced by ossimSpaceObliqueMercatorProjection::forward().
| #define PI_OVER_2 (M_PI/2) |
Definition at line 14 of file ossimSpaceObliqueMercatorProjection.cpp.
| #define TOL 1e-7 |
Definition at line 18 of file ossimSpaceObliqueMercatorProjection.cpp.
Referenced by ossimSpaceObliqueMercatorProjection::forward(), and ossimSpaceObliqueMercatorProjection::inverse().
| #define TWOPI (2*M_PI) |
Definition at line 16 of file ossimSpaceObliqueMercatorProjection.cpp.
Referenced by ossimplugins::CivilDateTime::AsGMSTDateTime(), ossimplugins::JulianDate::AsGMSTDateTime(), ossimplugins::JSDDateTime::AsGMSTDateTime(), ossimplugins::SarSensor::ImageToWorld(), ossimplugins::GalileanEphemeris::p2nutt(), and ossimSpaceObliqueMercatorProjection::setParameters().
| #define TWOPI_HALFPI 7.85398163397448309610 |
Definition at line 20 of file ossimSpaceObliqueMercatorProjection.cpp.
Referenced by ossimSpaceObliqueMercatorProjection::forward().
| double aacos | ( | double | v | ) |
| double aasin | ( | double | v | ) |
Definition at line 25 of file ossimSpaceObliqueMercatorProjection.cpp.
References HALFPI.
Referenced by ossimSpaceObliqueMercatorProjection::forward(), and ossimSpaceObliqueMercatorProjection::inverse().
| double aatan2 | ( | double | n, |
| double | d | ||
| ) |
Definition at line 49 of file ossimSpaceObliqueMercatorProjection.cpp.
| double asqrt | ( | double | v | ) |
Definition at line 45 of file ossimSpaceObliqueMercatorProjection.cpp.
| RTTI_DEF1 | ( | ossimSpaceObliqueMercatorProjection | , |
| "ossimSpaceObliqueMercatorProjection" | , | ||
| ossimMapProjection | |||
| ) |
1.8.14