MRPT
1.9.9
|
Parameters for a topographic transfomation.
Definition at line 391 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 |
Deltas (X,Y,Z) More... | |
double | dY |
double | dSx |
Scale factor in X and Y. More... | |
double | dSy |
double | beta |
Distortion angle. More... | |
|
inline |
Definition at line 400 of file data_types.h.
References beta, mrpt::DEG2RAD(), dSx, and dSy.
double mrpt::topography::TDatumTransfInterpolation::beta |
Distortion angle.
Definition at line 398 of file data_types.h.
Referenced by TDatumTransfInterpolation(), and mrpt::topography::transfInterpolation().
double mrpt::topography::TDatumTransfInterpolation::dSx |
Scale factor in X and Y.
Definition at line 396 of file data_types.h.
Referenced by TDatumTransfInterpolation(), and mrpt::topography::transfInterpolation().
double mrpt::topography::TDatumTransfInterpolation::dSy |
Definition at line 396 of file data_types.h.
Referenced by TDatumTransfInterpolation(), and mrpt::topography::transfInterpolation().
double mrpt::topography::TDatumTransfInterpolation::dX |
Deltas (X,Y,Z)
Definition at line 394 of file data_types.h.
Referenced by mrpt::topography::transfInterpolation().
double mrpt::topography::TDatumTransfInterpolation::dY |
Definition at line 394 of file data_types.h.
Referenced by mrpt::topography::transfInterpolation().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020 |