Main MRPT website > C++ reference for MRPT 1.5.6
List of all members | Public Member Functions | Public Attributes
mrpt::topography::TDatumTransfInterpolation Struct Reference

Detailed Description

Parameters for a topographic transfomation.

See also
transform1D

Definition at line 289 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) More...
 
double dSx
 
double dSy
 Scale factor in X and Y. More...
 
double beta
 Distortion angle. More...
 

Constructor & Destructor Documentation

◆ TDatumTransfInterpolation()

mrpt::topography::TDatumTransfInterpolation::TDatumTransfInterpolation ( const double  _dX,
const double  _dY,
const double  _dSx,
const double  _dSy,
const double  _beta 
)
inline

Definition at line 295 of file data_types.h.

References mrpt::mrpt::utils::DEG2RAD().

Member Data Documentation

◆ beta

double mrpt::topography::TDatumTransfInterpolation::beta

Distortion angle.

Definition at line 293 of file data_types.h.

Referenced by mrpt::topography::transfInterpolation().

◆ dSx

double mrpt::topography::TDatumTransfInterpolation::dSx

Definition at line 292 of file data_types.h.

Referenced by mrpt::topography::transfInterpolation().

◆ dSy

double mrpt::topography::TDatumTransfInterpolation::dSy

Scale factor in X and Y.

Definition at line 292 of file data_types.h.

Referenced by mrpt::topography::transfInterpolation().

◆ dX

double mrpt::topography::TDatumTransfInterpolation::dX

Definition at line 291 of file data_types.h.

Referenced by mrpt::topography::transfInterpolation().

◆ dY

double mrpt::topography::TDatumTransfInterpolation::dY

Deltas (X,Y,Z)

Definition at line 291 of file data_types.h.

Referenced by mrpt::topography::transfInterpolation().




Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019