Function mrpt::math::project3D()

Function Documentation

Warning

doxygenfunction: Unable to resolve function “mrpt::math::project3D” 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> void project3D(const T &obj, const TPlane &newXYPlane, T &newObj)
- template<class T> void project3D(const T &obj, const TPlane &newXYPlane, [[maybe_unused]] const TPoint3D &newOrigin, T &newObj)
- template<class T> void project3D(const std::vector<T> &objs, const mrpt::math::TPose3D &newXYpose, std::vector<T> &newObjs)
- template<typename Object> Object project3D(const Object &o, const mrpt::math::TPose3D &newPose)
- void project3D(const TLine3D &line, const mrpt::math::TPose3D &newXYpose, TLine3D &newLine)
- void project3D(const TObject3D &object, const mrpt::math::TPose3D &newXYPose, TObject3D &newObject)
- void project3D(const TPlane &plane, const mrpt::math::TPose3D &newXYpose, TPlane &newPlane)
- void project3D(const TPoint3D &point, const mrpt::math::TPose3D &newXYpose, TPoint3D &newPoint)
- void project3D(const TPolygon3D &polygon, const mrpt::math::TPose3D &newXYpose, TPolygon3D &newPolygon)
- void project3D(const TSegment3D &segment, const mrpt::math::TPose3D &newXYpose, TSegment3D &newSegment)