33 const size_t N = in_pts.size();
35 for (
size_t i=0;i<N;i++)
37 const double range = in_pts[i][0];
38 const double bearing = in_pts[i][1];
39 out_pts[i][0] =
range * cos(bearing);
40 out_pts[i][1] =
range * sin(bearing);
57 writeToStreamRender(out);
58 BASE::thisclass_writeToStream(out);
72 readFromStreamRender(
in);
73 BASE::thisclass_readFromStream(
in);
Classes for serialization, sockets, ini-file manipulation, streams, list of properties-values, timewatch, extensions to STL.
EIGEN_STRONG_INLINE void notifyChange() const
Must be called to notify that the object has changed (so, the display list must be updated) ...
IMPLEMENTS_SERIALIZABLE(CLogFileRecord_FullEval, CHolonomicLogFileRecord, mrpt::nav) IMPLEMENTS_SERIALIZABLE(CHolonomicFullEval
A renderizable object suitable for rendering with OpenGL's display lists.
This base class is used to provide a unified interface to files,memory buffers,..Please see the deriv...
A numeric matrix of compile-time fixed size.
This base provides a set of functions for maths stuff.
#define MRPT_THROW_UNKNOWN_SERIALIZATION_VERSION(__V)
For use in CSerializable implementations.
void readFromStream(mrpt::utils::CStream &in, int version)
Introduces a pure virtual method responsible for loading from a CStream This can not be used directly...
void writeToStream(mrpt::utils::CStream &out, int *getVersion) const
Introduces a pure virtual method responsible for writing to a CStream.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
The namespace for 3D scene representation and rendering.
typedef void(APIENTRYP PFNGLBLENDCOLORPROC)(GLclampf red
An especial "ellipsoid" in 2D computed as the uncertainty iso-surfaces of a (range,bearing) variable.