Main MRPT website > C++ reference
MRPT logo

mrpt::topography::TDatumTransfInterpolation Struct Reference

Parameters for a topographic transfomation. More...

#include <mrpt/topography/conversions.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.

Detailed Description

Parameters for a topographic transfomation.

See also:
transform1D

Definition at line 283 of file conversions.h.


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 289 of file conversions.h.

References mrpt::utils::DEG2RAD().


Member Data Documentation

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines



Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010