Parameters for a topographic transfomation.
Definition at line 312 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. | |
|
inline |
Definition at line 318 of file data_types.h.
References mrpt::utils::DEG2RAD().
| double mrpt::topography::TDatumTransfInterpolation::beta |
Distortion angle.
Definition at line 316 of file data_types.h.
| double mrpt::topography::TDatumTransfInterpolation::dSx |
Definition at line 315 of file data_types.h.
| double mrpt::topography::TDatumTransfInterpolation::dSy |
Scale factor in X and Y.
Definition at line 315 of file data_types.h.
| double mrpt::topography::TDatumTransfInterpolation::dX |
Definition at line 314 of file data_types.h.
| double mrpt::topography::TDatumTransfInterpolation::dY |
Deltas (X,Y,Z)
Definition at line 314 of file data_types.h.
| Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013 |