Fixed a warning...

This commit is contained in:
matlabbe
2016-01-19 18:27:58 -05:00
parent 95d21a55f1
commit d162fcf34e
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ public:
void setAltitude(const double & value) {altitude_ = value;}
cv::Point3d toGeocentric_WGS84() const;
cv::Point3d toENU_WGS84(const GeodeticCoords & origin) const;
cv::Point3d toENU_WGS84(const GeodeticCoords & origin) const; // East=X, North=Y
private:
double latitude_; // deg