#include <geographiclib_wrapper.h>
|
| | GeoLocalTransform (double const lat, double const lon, double const height) |
| |
| void | Reset (double const lat, double const lon, double const height) |
| |
| Point3 | Forward (double const lat, double const lon, double const height) const |
| |
| Point3 | Reverse (double const x, double const y, double const height) const |
| |
Definition at line 41 of file geographiclib_wrapper.h.
◆ GeoLocalTransform()
◆ Forward()
| Point3 Forward |
( |
double const | lat, |
|
|
double const | lon, |
|
|
double const | height ) const |
|
inline |
◆ Reset()
| void Reset |
( |
double const | lat, |
|
|
double const | lon, |
|
|
double const | height ) |
|
inline |
◆ Reverse()
| Point3 Reverse |
( |
double const | x, |
|
|
double const | y, |
|
|
double const | height ) const |
|
inline |