template class mrpt::math::FAddPoint

Overview

Auxiliary functor class to compute polygon’s center.

#include </home/jlblanco/mrpt/libs/math/src/polygons_utils.h>

template <class T, int N>
class FAddPoint
{
public:
    // fields

    T& object;

    // construction

    FAddPoint(T& o);

    // methods

    void operator () (const T& o);
};