struct mrpt::topography::TDatum1DTransf

Parameters for a topographic transfomation.

See also:

transform1D

#include <mrpt/topography/data_types.h>

struct TDatum1DTransf
{
    //
fields

    double dX;
    double dY;
    double DZ;
    double dS;

    // construction

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

Fields

double dX

Deltas (X,Y,Z)

double dS

Scale factor (Scale is 1+dS)