Parameters for a topographic transfomation. More...
#include <mrpt/topography/conversions.h>
Public Member Functions | |
| TDatum1DTransf (const double _dX, const double _dY, const double _DZ, const double _dS) | |
Public Attributes | |
| double | dX |
| double | dY |
| double | DZ |
| Deltas (X,Y,Z). | |
| double | dS |
| Scale factor (Scale is 1+dS). | |
Parameters for a topographic transfomation.
Definition at line 266 of file conversions.h.
| mrpt::topography::TDatum1DTransf::TDatum1DTransf | ( | const double | _dX, | |
| const double | _dY, | |||
| const double | _DZ, | |||
| const double | _dS | |||
| ) | [inline] |
Definition at line 271 of file conversions.h.
Scale factor (Scale is 1+dS).
Definition at line 269 of file conversions.h.
Definition at line 268 of file conversions.h.
Definition at line 268 of file conversions.h.
Deltas (X,Y,Z).
Definition at line 268 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 |