struct mrpt::obs::CSinCosLookUpTableFor2DScans::TSinCosValues
Overview
A pair of vectors with the cos and sin values.
#include <mrpt/obs/CSinCosLookUpTableFor2DScans.h> struct TSinCosValues { // fields mrpt::math::CVectorFloat ccos; mrpt::math::CVectorFloat csin; };