![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <gps.h>
Public Types | |
| enum | ELLIPSOID { GRS80 , WGS84 } |
Public Member Functions | |
| GPSTransform (const int ellipsoid=GRS80) | |
| std::vector< Eigen::Vector3d > | EllToXYZ (const std::vector< Eigen::Vector3d > &ell) const |
| std::vector< Eigen::Vector3d > | XYZToEll (const std::vector< Eigen::Vector3d > &xyz) const |
|
explicit |
| std::vector< Eigen::Vector3d > colmap::GPSTransform::EllToXYZ | ( | const std::vector< Eigen::Vector3d > & | ell | ) | const |
Definition at line 57 of file gps.cc.
References colmap::DegToRad().
Referenced by BOOST_AUTO_TEST_CASE().
| std::vector< Eigen::Vector3d > colmap::GPSTransform::XYZToEll | ( | const std::vector< Eigen::Vector3d > & | xyz | ) | const |
Definition at line 82 of file gps.cc.
References e, colmap::RadToDeg(), x, y, and z.
Referenced by colmap::AlignToENUPlane(), and BOOST_AUTO_TEST_CASE().