struct mrpt::maps::CGasConcentrationGridMap2D::TGaussianCell

Overview

#include <mrpt/maps/CGasConcentrationGridMap2D.h>

struct TGaussianCell
{
    // fields

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