Go to the source code of this file.
|
| | mrpt |
| | This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
|
| |
| | mrpt::math |
| | This base provides a set of functions for maths stuff.
|
| |
| | mrpt::typemeta |
| |
|
| bool | mrpt::math::operator== (const TPose2D &p1, const TPose2D &p2) |
| | Exact comparison between 2D poses, taking possible cycles into account. More...
|
| |
| bool | mrpt::math::operator!= (const TPose2D &p1, const TPose2D &p2) |
| | Exact comparison between 2D poses, taking possible cycles into account. More...
|
| |