Main MRPT website > C++ reference
MRPT logo
Public Member Functions | Public Attributes

mrpt::topography::TDatumTransfInterpolation Struct Reference


Detailed Description

Parameters for a topographic transfomation.

See also:
transform1D

Definition at line 311 of file data_types.h.

#include <mrpt/topography/data_types.h>

List of all members.

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.

Constructor & Destructor Documentation

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().


Member Data Documentation

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.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011