Parameters for a topographic transfomation.
Definition at line 293 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 299 of file data_types.h.
References DEG2RAD.
| double mrpt::topography::TDatumTransfInterpolation::beta |
Distortion angle.
Definition at line 297 of file data_types.h.
| double mrpt::topography::TDatumTransfInterpolation::dSx |
Definition at line 296 of file data_types.h.
| double mrpt::topography::TDatumTransfInterpolation::dSy |
Scale factor in X and Y.
Definition at line 296 of file data_types.h.
| double mrpt::topography::TDatumTransfInterpolation::dX |
Definition at line 295 of file data_types.h.
| double mrpt::topography::TDatumTransfInterpolation::dY |
Deltas (X,Y,Z)
Definition at line 295 of file data_types.h.
| Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014 |