struct mrpt::maps::CGasConcentrationGridMap2D::TGaussianCellΒΆ

#include <mrpt/maps/CGasConcentrationGridMap2D.h>

struct TGaussianCell
{
    //
fields

    int cx = 0;
    int cy = 0;
    float value = 0;
};