![]() |
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(), acoustic::p, ModeCalc::x, and csv_to_plot::y.
Pair ellipsoidTransformInverse | ( | const double | x, |
const double | y | ||
) |
Definition at line 18 of file WrapperC.cpp.
References projection::albers_equal_area::ellipsoid::inverse(), acoustic::p, ModeCalc::x, and csv_to_plot::y.
Pair sphereTransform | ( | const double | lon, |
const double | lat | ||
) |
Definition at line 26 of file WrapperC.cpp.
References projection::albers_equal_area::sphere::forward(), acoustic::p, ModeCalc::x, and csv_to_plot::y.
Pair sphereTransformInverse | ( | const double | x, |
const double | y | ||
) |
Definition at line 34 of file WrapperC.cpp.
References projection::albers_equal_area::sphere::inverse(), acoustic::p, ModeCalc::x, and csv_to_plot::y.