Function mrpt::math::project2D()

Function Documentation

Warning

doxygenfunction: Unable to resolve function “mrpt::math::project2D” 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:

- template<class T, class CPOSE2D> void project2D(const T &obj, const TLine2D &newXLine, T &newObj)
- template<class T, class CPOSE2D> void project2D(const T &obj, const TLine2D &newXLine, const TPoint2D &newOrigin, T &newObj)
- template<class T> void project2D(const std::vector<T> &objs, const TPose2D &newXpose, std::vector<T> &newObjs)
- template<typename Object> Object project2D(const Object &o, const mrpt::math::TPose2D &newPose)
- void project2D(const TLine2D &line, const TPose2D &newXpose, TLine2D &newLine)
- void project2D(const TObject2D &object, const TPose2D &newXpose, TObject2D &newObject)
- void project2D(const TPoint2D &point, const TPose2D &newXpose, TPoint2D &newPoint)
- void project2D(const TPolygon2D &polygon, const TPose2D &newXpose, TPolygon2D &newPolygon)
- void project2D(const TSegment2D &segment, const TPose2D &newXpose, TSegment2D &newSegment)