Parameters for a topographic transfomation.
Definition at line 295 of file data_types.h.
#include <mrpt/topography/data_types.h>
Public Member Functions | |
| TDatum1DTransf (const double _dX, const double _dY, const double _DZ, const double _dS) | |
Public Attributes | |
| double | dX |
| double | dY |
| double | DZ |
| Deltas (X,Y,Z) | |
| double | dS |
| Scale factor (Scale is 1+dS) | |
|
inline |
Definition at line 300 of file data_types.h.
| double mrpt::topography::TDatum1DTransf::dS |
Scale factor (Scale is 1+dS)
Definition at line 298 of file data_types.h.
| double mrpt::topography::TDatum1DTransf::dX |
Definition at line 297 of file data_types.h.
| double mrpt::topography::TDatum1DTransf::dY |
Definition at line 297 of file data_types.h.
| double mrpt::topography::TDatum1DTransf::DZ |
Deltas (X,Y,Z)
Definition at line 297 of file data_types.h.
| Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013 |