Function mrpt::math::distance()
Defined in File geometry.h
Function Documentation
Warning
doxygenfunction: Unable to resolve function “mrpt::math::distance” with arguments () in doxygen xml output for project “mrpt_math Doxygen Project” from directory: /tmp/ws/docs_build/mrpt_math/output_staging/generated/doxygen/xml. Potential matches:
- double distance(const TLine2D &l1, const TPolygon2D &p2)
- double distance(const TLine2D &r1, const TLine2D &r2)
- double distance(const TLine3D &l1, const TPolygon3D &p2)
- double distance(const TLine3D &r1, const TLine3D &r2)
- double distance(const TPlane &p1, const TPlane &p2)
- double distance(const TPlane &pl, const TPolygon3D &po)
- double distance(const TPoint2D &p1, const TPoint2D &p2)
- double distance(const TPoint3D &p1, const TPoint3D &p2)
- double distance(const TPolygon2D &p1, const TLine2D &l2)
- double distance(const TPolygon2D &p1, const TPolygon2D &p2)
- double distance(const TPolygon2D &p1, const TSegment2D &s2)
- double distance(const TPolygon3D &p1, const TLine3D &l2)
- double distance(const TPolygon3D &p1, const TPolygon3D &p2)
- double distance(const TPolygon3D &p1, const TSegment3D &s2)
- double distance(const TPolygon3D &po, const TPlane &pl)
- double distance(const TSegment2D &s1, const TPolygon2D &p2)
- double distance(const TSegment3D &s1, const TPolygon3D &p2)