Parameters for a topographic transfomation. More...
#include <mrpt/topography/conversions.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. | |
Parameters for a topographic transfomation.
Definition at line 283 of file conversions.h.
| mrpt::topography::TDatumTransfInterpolation::TDatumTransfInterpolation | ( | const double | _dX, | |
| const double | _dY, | |||
| const double | _dSx, | |||
| const double | _dSy, | |||
| const double | _beta | |||
| ) | [inline] |
Definition at line 289 of file conversions.h.
References mrpt::utils::DEG2RAD().
Distortion angle.
Definition at line 287 of file conversions.h.
Definition at line 286 of file conversions.h.
Scale factor in X and Y.
Definition at line 286 of file conversions.h.
Definition at line 285 of file conversions.h.
Deltas (X,Y,Z).
Definition at line 285 of file conversions.h.
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |