#include <GeodeticCoords.h>
Definition at line 52 of file GeodeticCoords.h.
rtabmap::GeodeticCoords::GeodeticCoords |
( |
| ) |
|
rtabmap::GeodeticCoords::GeodeticCoords |
( |
double |
latitude, |
|
|
double |
longitude, |
|
|
double |
altitude |
|
) |
| |
const double& rtabmap::GeodeticCoords::altitude |
( |
| ) |
const |
|
inline |
cv::Point3d rtabmap::GeodeticCoords::ENU_WGS84ToGeocentric_WGS84 |
( |
const cv::Point3d & |
enu, |
|
|
const GeodeticCoords & |
origin |
|
) |
| |
|
static |
void rtabmap::GeodeticCoords::fromENU_WGS84 |
( |
const cv::Point3d & |
enu, |
|
|
const GeodeticCoords & |
origin |
|
) |
| |
void rtabmap::GeodeticCoords::fromGeocentric_WGS84 |
( |
const cv::Point3d & |
geocentric | ) |
|
const double& rtabmap::GeodeticCoords::latitude |
( |
| ) |
const |
|
inline |
const double& rtabmap::GeodeticCoords::longitude |
( |
| ) |
const |
|
inline |
void rtabmap::GeodeticCoords::setAltitude |
( |
const double & |
value | ) |
|
|
inline |
void rtabmap::GeodeticCoords::setLatitude |
( |
const double & |
value | ) |
|
|
inline |
void rtabmap::GeodeticCoords::setLongitude |
( |
const double & |
value | ) |
|
|
inline |
cv::Point3d rtabmap::GeodeticCoords::toENU_WGS84 |
( |
const GeodeticCoords & |
origin | ) |
const |
cv::Point3d rtabmap::GeodeticCoords::toGeocentric_WGS84 |
( |
| ) |
const |
double rtabmap::GeodeticCoords::altitude_ |
|
private |
double rtabmap::GeodeticCoords::latitude_ |
|
private |
double rtabmap::GeodeticCoords::longitude_ |
|
private |
The documentation for this class was generated from the following files: