Main MRPT website > C++ reference for MRPT 1.9.9
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 393 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
 Deltas (X,Y,Z) More...
 
double dY
 
double dSx
 Scale factor in X and Y. More...
 
double dSy
 
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 402 of file data_types.h.

References beta, mrpt::DEG2RAD(), dSx, and dSy.

Member Data Documentation

◆ beta

double mrpt::topography::TDatumTransfInterpolation::beta

Distortion angle.

Definition at line 400 of file data_types.h.

Referenced by TDatumTransfInterpolation(), and mrpt::topography::transfInterpolation().

◆ dSx

double mrpt::topography::TDatumTransfInterpolation::dSx

Scale factor in X and Y.

Definition at line 398 of file data_types.h.

Referenced by TDatumTransfInterpolation(), and mrpt::topography::transfInterpolation().

◆ dSy

double mrpt::topography::TDatumTransfInterpolation::dSy

◆ dX

double mrpt::topography::TDatumTransfInterpolation::dX

Deltas (X,Y,Z)

Definition at line 396 of file data_types.h.

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

◆ dY

double mrpt::topography::TDatumTransfInterpolation::dY

Definition at line 396 of file data_types.h.

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




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST