Parameters for a topographic transfomation.
Definition at line 272 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) More... | |
double | dS |
Scale factor (Scale is 1+dS) More... | |
|
inline |
Definition at line 277 of file data_types.h.
double mrpt::topography::TDatum1DTransf::dS |
Scale factor (Scale is 1+dS)
Definition at line 275 of file data_types.h.
Referenced by mrpt::topography::transform1D().
double mrpt::topography::TDatum1DTransf::dX |
Definition at line 274 of file data_types.h.
Referenced by mrpt::topography::transform1D().
double mrpt::topography::TDatum1DTransf::dY |
Definition at line 274 of file data_types.h.
Referenced by mrpt::topography::transform1D().
double mrpt::topography::TDatum1DTransf::DZ |
Deltas (X,Y,Z)
Definition at line 274 of file data_types.h.
Referenced by mrpt::topography::transform1D().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |