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.5 Git: e06b63dbf Fri Dec 1 14:41:11 2017 +0100 at lun oct 28 01:31:35 CET 2019 |