|
TPoint2D BASE_IMPEXP | mrpt::math::detail::lightFromPose (const mrpt::poses::CPoint2D &p) |
| Convert a pose into a light-weight structure (functional form, needed for forward declarations) More...
|
|
TPoint3D BASE_IMPEXP | mrpt::math::detail::lightFromPose (const mrpt::poses::CPoint3D &p) |
| Convert a pose into a light-weight structure (functional form, needed for forward declarations) More...
|
|
TPose2D BASE_IMPEXP | mrpt::math::detail::lightFromPose (const mrpt::poses::CPose2D &p) |
| Convert a pose into a light-weight structure (functional form, needed for forward declarations) More...
|
|
TPose3D BASE_IMPEXP | mrpt::math::detail::lightFromPose (const mrpt::poses::CPose3D &p) |
| Convert a pose into a light-weight structure (functional form, needed for forward declarations) More...
|
|
TPose3DQuat BASE_IMPEXP | mrpt::math::detail::lightFromPose (const mrpt::poses::CPose3DQuat &p) |
| Convert a pose into a light-weight structure (functional form, needed for forward declarations) More...
|
|
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) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TSegment2D &s) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TSegment2D &s) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TLine2D &l) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TLine2D &l) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TSegment3D &s) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TSegment3D &s) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TLine3D &l) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TLine3D &l) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TPlane &p) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TPlane &p) |
|
template<class T > |
void | mrpt::math::removeUnusedVertices (T &poly) |
|
template<class T > |
void | mrpt::math::removeRepVertices (T &poly) |
|
double | mrpt::math::isLeft (const mrpt::math::TPoint2D &P0, const mrpt::math::TPoint2D &P1, const mrpt::math::TPoint2D &P2) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TPoint2D &o) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TPoint2D &o) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TPoint3D &o) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TPoint3D &o) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TPose2D &o) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TPose2D &o) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TTwist2D &o) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TTwist2D &o) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TTwist3D &o) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TTwist3D &o) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TPose3D &o) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TPose3D &o) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TObject2D &o) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TObject2D &o) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator>> (mrpt::utils::CStream &in, mrpt::math::TObject3D &o) |
|
BASE_IMPEXP mrpt::utils::CStream & | mrpt::math::operator<< (mrpt::utils::CStream &out, const mrpt::math::TObject3D &o) |
|