|
Peano
|
Go to the source code of this file.
Data Structures | |
| struct | Pair |
Functions | |
| Pair | ellipsoidTransform (const double lon, const double lat) |
| Pair | ellipsoidTransformInverse (const double x, const double y) |
| Pair | sphereTransform (const double lon, const double lat) |
| Pair | sphereTransformInverse (const double x, const double y) |
| Pair ellipsoidTransform | ( | const double | lon, |
| const double | lat ) |
Definition at line 10 of file WrapperC.cpp.
References projection::albers_equal_area::ellipsoid::forward().

| Pair ellipsoidTransformInverse | ( | const double | x, |
| const double | y ) |
Definition at line 18 of file WrapperC.cpp.
References projection::albers_equal_area::ellipsoid::inverse().

| Pair sphereTransform | ( | const double | lon, |
| const double | lat ) |
Definition at line 26 of file WrapperC.cpp.
References projection::albers_equal_area::sphere::forward().

| Pair sphereTransformInverse | ( | const double | x, |
| const double | y ) |
Definition at line 34 of file WrapperC.cpp.
References projection::albers_equal_area::sphere::inverse().
