Main MRPT website > C++ reference for MRPT 1.4.0
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)
 
double dSx
 
double dSy
 Scale factor in X and Y.
 
double beta
 Distortion angle.
 

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::utils::DEG2RAD().

Member Data Documentation

◆ beta

double mrpt::topography::TDatumTransfInterpolation::beta

Distortion angle.

Definition at line 293 of file data_types.h.

◆ dSx

double mrpt::topography::TDatumTransfInterpolation::dSx

Definition at line 292 of file data_types.h.

◆ dSy

double mrpt::topography::TDatumTransfInterpolation::dSy

Scale factor in X and Y.

Definition at line 292 of file data_types.h.

◆ dX

double mrpt::topography::TDatumTransfInterpolation::dX

Definition at line 291 of file data_types.h.

◆ dY

double mrpt::topography::TDatumTransfInterpolation::dY

Deltas (X,Y,Z)

Definition at line 291 of file data_types.h.




Page generated by Doxygen 1.9.6 for MRPT 1.4.0 SVN: at Wed Mar 22 06:31:24 UTC 2023