Parameters for a topographic transfomation.
Definition at line 311 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). | |
| double | dSx |
| double | dSy |
| Scale factor in X and Y. | |
| double | beta |
| Distortion angle. | |
| mrpt::topography::TDatumTransfInterpolation::TDatumTransfInterpolation | ( | const double | _dX, | |
| const double | _dY, | |||
| const double | _dSx, | |||
| const double | _dSy, | |||
| const double | _beta | |||
| ) | [inline] |
Definition at line 317 of file data_types.h.
References mrpt::utils::DEG2RAD().
Distortion angle.
Definition at line 315 of file data_types.h.
Definition at line 314 of file data_types.h.
Scale factor in X and Y.
Definition at line 314 of file data_types.h.
Definition at line 313 of file data_types.h.
Deltas (X,Y,Z).
Definition at line 313 of file data_types.h.
| Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011 |