Go to the source code of this file.
|
| | mrpt::poses |
| | Classes for 2D/3D geometry representation, both of single values and probability density distributions (PDFs) in many forms.
|
| |
|
| template<class DERIVEDCLASS , std::size_t DIM> |
| bool | mrpt::poses::operator< (const CPoint< DERIVEDCLASS, DIM > &a, const CPoint< DERIVEDCLASS, DIM > &b) |
| | Used by STL algorithms. More...
|
| |
| template<class DERIVEDCLASS , std::size_t DIM> |
| bool | mrpt::poses::operator== (const CPoint< DERIVEDCLASS, DIM > &p1, const CPoint< DERIVEDCLASS, DIM > &p2) |
| |
| template<class DERIVEDCLASS , std::size_t DIM> |
| bool | mrpt::poses::operator!= (const CPoint< DERIVEDCLASS, DIM > &p1, const CPoint< DERIVEDCLASS, DIM > &p2) |
| |