Parameters for a topographic transfomation.
Definition at line 289 of file data_types.h.
#include <mrpt/topography/data_types.h>
Public Member Functions | |
TDatumTransfInterpolation (const double _dX, const double _dY, const double _dSx, const double _dSy, const double _beta) | |
Public Attributes | |
double | dX |
double | dY |
Deltas (X,Y,Z) More... | |
double | dSx |
double | dSy |
Scale factor in X and Y. More... | |
double | beta |
Distortion angle. More... | |
|
inline |
Definition at line 295 of file data_types.h.
References mrpt::mrpt::utils::DEG2RAD().
double mrpt::topography::TDatumTransfInterpolation::beta |
Distortion angle.
Definition at line 293 of file data_types.h.
Referenced by mrpt::topography::transfInterpolation().
double mrpt::topography::TDatumTransfInterpolation::dSx |
Definition at line 292 of file data_types.h.
Referenced by mrpt::topography::transfInterpolation().
double mrpt::topography::TDatumTransfInterpolation::dSy |
Scale factor in X and Y.
Definition at line 292 of file data_types.h.
Referenced by mrpt::topography::transfInterpolation().
double mrpt::topography::TDatumTransfInterpolation::dX |
Definition at line 291 of file data_types.h.
Referenced by mrpt::topography::transfInterpolation().
double mrpt::topography::TDatumTransfInterpolation::dY |
Deltas (X,Y,Z)
Definition at line 291 of file data_types.h.
Referenced by mrpt::topography::transfInterpolation().
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 |