|
| std::ostream BASE_IMPEXP & | mrpt::math::operator<< (std::ostream &o, const TPoint2D &p) |
| |
| std::ostream BASE_IMPEXP & | mrpt::math::operator<< (std::ostream &o, const TPoint3D &p) |
| |
| std::ostream BASE_IMPEXP & | mrpt::math::operator<< (std::ostream &o, const TPose2D &p) |
| |
| std::ostream BASE_IMPEXP & | mrpt::math::operator<< (std::ostream &o, const TPose3D &p) |
| |
| std::ostream BASE_IMPEXP & | mrpt::math::operator<< (std::ostream &o, const TPose3DQuat &p) |
| |
| TPoint3D | mrpt::math::operator- (const TPoint3D &p1) |
| | Unary minus operator for 3D points. More...
|
| |
| bool | mrpt::math::operator== (const TPoint2D &p1, const TPoint2D &p2) |
| | Exact comparison between 2D points. More...
|
| |
| bool | mrpt::math::operator!= (const TPoint2D &p1, const TPoint2D &p2) |
| | Exact comparison between 2D points. More...
|
| |
| bool | mrpt::math::operator== (const TPoint3D &p1, const TPoint3D &p2) |
| | Exact comparison between 3D points. More...
|
| |
| bool | mrpt::math::operator!= (const TPoint3D &p1, const TPoint3D &p2) |
| | Exact comparison between 3D points. More...
|
| |
| 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...
|
| |
| bool | mrpt::math::operator== (const TPose3D &p1, const TPose3D &p2) |
| | Exact comparison between 3D poses, taking possible cycles into account. More...
|
| |
| bool | mrpt::math::operator!= (const TPose3D &p1, const TPose3D &p2) |
| | Exact comparison between 3D poses, taking possible cycles into account. More...
|
| |
| bool | mrpt::math::operator== (const TSegment2D &s1, const TSegment2D &s2) |
| |
| bool | mrpt::math::operator!= (const TSegment2D &s1, const TSegment2D &s2) |
| |
| bool | mrpt::math::operator== (const TSegment3D &s1, const TSegment3D &s2) |
| |
| bool | mrpt::math::operator!= (const TSegment3D &s1, const TSegment3D &s2) |
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TPoint2D &o) |
| | TPoint2D binary input. More...
|
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TPoint2D &o) |
| | TPoint2D binary output. More...
|
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TPoint3D &o) |
| | TPoint3D binary input. More...
|
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TPoint3D &o) |
| | TPoint3D binary output. More...
|
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TPose2D &o) |
| | TPose2D binary input. More...
|
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TPose2D &o) |
| | TPose2D binary output. More...
|
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TPose3D &o) |
| | TPose3D binary input. More...
|
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TPose3D &o) |
| | TPose3D binary output. More...
|
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TSegment2D &s) |
| | TSegment2D binary input. More...
|
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TSegment2D &s) |
| | TSegment2D binary output. More...
|
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TLine2D &l) |
| | TLine2D binary input. More...
|
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TLine2D &l) |
| | TLine2D binary output. More...
|
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TObject2D &o) |
| | TObject2D binary input. More...
|
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TObject2D &o) |
| | TObject2D binary input. More...
|
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TSegment3D &s) |
| | TSegment3D binary input. More...
|
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TSegment3D &s) |
| | TSegment3D binary output. More...
|
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TLine3D &l) |
| | TLine3D binary input. More...
|
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TLine3D &l) |
| | TLine3D binary output. More...
|
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TPlane &p) |
| | TPlane binary input. More...
|
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TPlane &p) |
| | TPlane binary output. More...
|
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TObject3D &o) |
| | TObject3D binary input. More...
|
| |
| BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TObject3D &o) |
| | TObject3D binary output. More...
|
| |