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

Detailed Description

Parameters for a topographic transfomation.

See also
transform1D

Definition at line 375 of file data_types.h.

#include <mrpt/topography/data_types.h>

Public Member Functions

 TDatum1DTransf (const double _dX, const double _dY, const double _DZ, const double _dS)
 

Public Attributes

double dX
 Deltas (X,Y,Z) More...
 
double dY
 
double DZ
 
double dS
 Scale factor (Scale is 1+dS) More...
 

Constructor & Destructor Documentation

◆ TDatum1DTransf()

mrpt::topography::TDatum1DTransf::TDatum1DTransf ( const double  _dX,
const double  _dY,
const double  _DZ,
const double  _dS 
)
inline

Definition at line 382 of file data_types.h.

References dS.

Member Data Documentation

◆ dS

double mrpt::topography::TDatum1DTransf::dS

Scale factor (Scale is 1+dS)

Definition at line 380 of file data_types.h.

Referenced by TDatum1DTransf(), and mrpt::topography::transform1D().

◆ dX

double mrpt::topography::TDatum1DTransf::dX

Deltas (X,Y,Z)

Definition at line 378 of file data_types.h.

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

◆ dY

double mrpt::topography::TDatum1DTransf::dY

Definition at line 378 of file data_types.h.

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

◆ DZ

double mrpt::topography::TDatum1DTransf::DZ

Definition at line 378 of file data_types.h.

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




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