MRPT
1.9.9
|
Lightweight 2D point.
Allows coordinate access using [] operator.
Definition at line 31 of file TPoint2D.h.
#include <mrpt/math/TPoint2D.h>
Public Types | |
enum | { static_size = 2 } |
Public Member Functions | |
constexpr | TPoint2D () |
Default constructor. More... | |
constexpr | TPoint2D (double xx, double yy) |
Constructor from coordinates. More... | |
constexpr | TPoint2D (const TPoint2D_data &d) |
TPoint2D (const TPose2D &p) | |
Constructor from TPose2D, discarding phi. More... | |
TPoint2D (const TPoint3D &p) | |
Constructor from TPoint3D, discarding z. More... | |
TPoint2D (const TPose3D &p) | |
Constructor from TPose3D, discarding z and the angular coordinates. More... | |
double & | operator[] (size_t i) |
Coordinate access using operator[]. More... | |
constexpr const double & | operator[] (size_t i) const |
Coordinate access using operator[]. More... | |
void | asVector (std::vector< double > &v) const |
Transformation into vector. More... | |
bool | operator< (const TPoint2D &p) const |
TPoint2D & | operator+= (const TPoint2D &p) |
TPoint2D & | operator-= (const TPoint2D &p) |
TPoint2D & | operator*= (double d) |
TPoint2D & | operator/= (double d) |
constexpr TPoint2D | operator+ (const TPoint2D &p) const |
constexpr TPoint2D | operator- (const TPoint2D &p) const |
constexpr TPoint2D | operator* (double d) const |
constexpr TPoint2D | operator/ (double d) const |
void | asString (std::string &s) const |
Returns a human-readable textual representation of the object (eg: "[0.02 1.04]" ) More... | |
std::string | asString () const |
void | fromString (const std::string &s) |
Set the current object value from a string generated by 'asString' (eg: "[0.02 1.04]" ) More... | |
double | sqrNorm () const |
Squared norm: |v|^2 = x^2+y^2. More... | |
double | norm () const |
Point norm: |v| = sqrt(x^2+y^2) More... | |
constexpr std::size_t | rows () const |
constexpr std::size_t | cols () const |
constexpr std::size_t | size () const |
void | resize (std::size_t n) |
throws if attempted to resize to incorrect length More... | |
Public Attributes | |
double | x |
X,Y coordinates. More... | |
double | y |
anonymous enum |
Enumerator | |
---|---|
static_size |
Definition at line 35 of file TPoint2D.h.
|
inline |
|
inline |
Constructor from coordinates.
Definition at line 42 of file TPoint2D.h.
|
inline |
Definition at line 43 of file TPoint2D.h.
References mrpt::math::TPoint2D_data::x, and mrpt::math::TPoint2D_data::y.
|
explicit |
Constructor from TPose2D, discarding phi.
Definition at line 59 of file TPoseOrPoint.cpp.
|
explicit |
Constructor from TPoint3D, discarding z.
Definition at line 64 of file TPoseOrPoint.cpp.
|
explicit |
Constructor from TPose3D, discarding z and the angular coordinates.
Definition at line 69 of file TPoseOrPoint.cpp.
|
inline |
Returns a human-readable textual representation of the object (eg: "[0.02 1.04]" )
Definition at line 143 of file TPoint2D.h.
References mrpt::format().
|
inline |
Definition at line 144 of file TPoint2D.h.
|
inline |
Transformation into vector.
Definition at line 90 of file TPoint2D.h.
References mrpt::math::TPoint2D_data::x, and mrpt::math::TPoint2D_data::y.
|
inlineinherited |
Definition at line 57 of file TPoseOrPoint.h.
void mrpt::math::TPoint2D::fromString | ( | const std::string & | s | ) |
Set the current object value from a string generated by 'asString' (eg: "[0.02 1.04]" )
std::exception | On invalid format |
Definition at line 84 of file TPoseOrPoint.cpp.
References ASSERTMSG_, mrpt::math::CMatrixDynamic< T >::cols(), mrpt::math::MatrixVectorBase< Scalar, Derived >::fromMatlabStringFormat(), mrpt::math::CMatrixDynamic< T >::rows(), and THROW_EXCEPTION.
|
inline |
Point norm: |v| = sqrt(x^2+y^2)
Definition at line 162 of file TPoint2D.h.
References sqrNorm().
Referenced by mrpt::nav::collision_free_dist_segment_circ_robot(), mrpt::nav::CParameterizedTrajectoryGenerator::evalClearanceSingleObstacle(), mrpt::nav::CHolonomicND::gapsEstimator(), mrpt::nav::CHolonomicND::searchBestGap(), and mrpt::nav::CWaypointsNavigator::waypoints_navigationStep().
|
inline |
Definition at line 137 of file TPoint2D.h.
References mrpt::math::TPoint2D_data::x.
|
inline |
Definition at line 113 of file TPoint2D.h.
Definition at line 127 of file TPoint2D.h.
References mrpt::math::TPoint2D_data::x.
Definition at line 99 of file TPoint2D.h.
References mrpt::math::TPoint2D_data::x.
Definition at line 132 of file TPoint2D.h.
References mrpt::math::TPoint2D_data::x.
Definition at line 106 of file TPoint2D.h.
References mrpt::math::TPoint2D_data::x.
|
inline |
Definition at line 138 of file TPoint2D.h.
|
inline |
Definition at line 120 of file TPoint2D.h.
bool mrpt::math::TPoint2D::operator< | ( | const TPoint2D & | p | ) | const |
Definition at line 75 of file TPoseOrPoint.cpp.
|
inline |
Coordinate access using operator[].
Order: x,y
Definition at line 61 of file TPoint2D.h.
References mrpt::math::TPoint2D_data::x, and mrpt::math::TPoint2D_data::y.
|
inline |
Coordinate access using operator[].
Order: x,y
Definition at line 74 of file TPoint2D.h.
References mrpt::math::TPoint2D_data::x, and mrpt::math::TPoint2D_data::y.
|
inlineinherited |
throws if attempted to resize to incorrect length
Definition at line 61 of file TPoseOrPoint.h.
|
inlineinherited |
Definition at line 56 of file TPoseOrPoint.h.
|
inlineinherited |
Definition at line 58 of file TPoseOrPoint.h.
|
inline |
Squared norm: |v|^2 = x^2+y^2.
Definition at line 159 of file TPoint2D.h.
References mrpt::math::TPoint2D_data::y.
Referenced by norm().
|
inherited |
X,Y coordinates.
Definition at line 23 of file TPoint2D.h.
Referenced by mrpt::slam::CGridMapAligner::AlignPDF_robustMatch(), mrpt::math::areAligned(), asVector(), mrpt::nav::CAbstractPTGBasedReactive::build_movement_candidate(), mrpt::nav::CAbstractPTGBasedReactive::calc_move_candidate_scores(), mrpt::nav::CHolonomicND::calcRepresentativeSectorForGap(), mrpt::nav::CReactiveNavigationSystem::checkCollisionWithLatestObstacles(), mrpt::nav::CReactiveNavigationSystem3D::checkCollisionWithLatestObstacles(), mrpt::nav::collision_free_dist_arc_circ_robot(), mrpt::nav::collision_free_dist_segment_circ_robot(), mrpt::math::TPose2D::composePoint(), mrpt::poses::CPose2D::composePoint(), mrpt::poses::CPosePDFGaussian::composePoint(), mrpt::poses::CPose3D::composePoint(), mrpt::maps::COccupancyGridMap2D::computeLikelihoodField_II(), mrpt::maps::COccupancyGridMap2D::computeLikelihoodField_Thrun(), mrpt::maps::COccupancyGridMap2D::computeObservationLikelihood_Consensus(), mrpt::maps::COccupancyGridMap2D::computeObservationLikelihood_ConsensusOWA(), mrpt::nav::PlannerSimple2D::computePath(), mrpt::poses::CPoint2D::CPoint2D(), mrpt::math::distance(), mrpt::nav::CParameterizedTrajectoryGenerator::evalClearanceSingleObstacle(), mrpt::nav::CHolonomicFullEval::evalSingleTarget(), mrpt::math::TLine2D::evaluatePoint(), mrpt::maps::CPointsMap::extractCylinder(), mrpt::poses::CRobot2DPoseEstimator::extrapolateRobotPose(), mrpt::vision::findMultipleChessboardsCorners(), mrpt::nav::TWaypoint::getAsText(), mrpt::math::TPolygon2D::getBoundingBox(), mrpt::math::TSegment2D::getCenter(), mrpt::math::getRectangleBounds(), mrpt::math::getSegmentBisector(), mrpt::nav::CAbstractPTGBasedReactive::impl_waypoint_is_reachable(), mrpt::maps::CRandomFieldGridMap2D::insertObservation_GMRF(), mrpt::maps::CRandomFieldGridMap2D::insertObservation_KernelDM_DMV(), mrpt::maps::CRandomFieldGridMap2D::insertObservation_KF(), mrpt::maps::CRandomFieldGridMap2D::insertObservation_KF2(), mrpt::math::TPose2D::inverseComposePoint(), mrpt::poses::CPose2D::inverseComposePoint(), mrpt::poses::CPose3D::inverseComposePoint(), mrpt::math::isLeft(), mrpt::nav::TWaypoint::isValid(), mrpt::math::KDTreeCapable< CFeatureList >::kdTreeClosestPoint2D(), mrpt::math::KDTreeCapable< CFeatureList >::kdTreeClosestPoint2DsqrError(), mrpt::math::KDTreeCapable< CFeatureList >::kdTreeNClosestPoint2D(), mrpt::math::KDTreeCapable< CFeatureList >::kdTreeNClosestPoint2DIdx(), mrpt::math::KDTreeCapable< CFeatureList >::kdTreeTwoClosestPoint2D(), mrpt::nav::CReactiveNavigationSystem3D::loggingGetWSObstaclesAndShape(), mrpt::slam::CRangeBearingKFSLAM2D::OnTransitionJacobian(), mrpt::math::operator!=(), operator*(), operator+(), mrpt::poses::operator+(), operator+=(), operator-(), operator-=(), mrpt::math::operator==(), operator[](), run_rnav_test(), mrpt::nav::CHolonomicND::searchBestGap(), mrpt::maps::CPointsMap::squareDistanceToClosestCorrespondenceT(), TEST(), mrpt::math::TLine2D::TLine2D(), TPoint2D(), mrpt::topography::transformHelmert2D(), mrpt::topography::transformHelmert2D_TOPCON(), unsafeProjectPoint(), and mrpt::nav::CWaypointsNavigator::waypoints_navigationStep().
|
inherited |
Definition at line 23 of file TPoint2D.h.
Referenced by mrpt::slam::CGridMapAligner::AlignPDF_robustMatch(), mrpt::math::areAligned(), asVector(), mrpt::nav::CAbstractPTGBasedReactive::build_movement_candidate(), mrpt::nav::CAbstractPTGBasedReactive::calc_move_candidate_scores(), mrpt::nav::CHolonomicND::calcRepresentativeSectorForGap(), mrpt::nav::CReactiveNavigationSystem::checkCollisionWithLatestObstacles(), mrpt::nav::CReactiveNavigationSystem3D::checkCollisionWithLatestObstacles(), mrpt::nav::collision_free_dist_arc_circ_robot(), mrpt::nav::collision_free_dist_segment_circ_robot(), mrpt::math::TPose2D::composePoint(), mrpt::poses::CPose2D::composePoint(), mrpt::poses::CPosePDFGaussian::composePoint(), mrpt::poses::CPose3D::composePoint(), mrpt::maps::COccupancyGridMap2D::computeLikelihoodField_II(), mrpt::maps::COccupancyGridMap2D::computeLikelihoodField_Thrun(), mrpt::maps::COccupancyGridMap2D::computeObservationLikelihood_Consensus(), mrpt::maps::COccupancyGridMap2D::computeObservationLikelihood_ConsensusOWA(), mrpt::nav::PlannerSimple2D::computePath(), mrpt::math::TPolygon2D::contains(), mrpt::poses::CPoint2D::CPoint2D(), mrpt::math::distance(), mrpt::nav::CParameterizedTrajectoryGenerator::evalClearanceSingleObstacle(), mrpt::nav::CHolonomicFullEval::evalSingleTarget(), mrpt::math::TLine2D::evaluatePoint(), mrpt::maps::CPointsMap::extractCylinder(), mrpt::poses::CRobot2DPoseEstimator::extrapolateRobotPose(), mrpt::nav::TWaypoint::getAsText(), mrpt::math::TPolygon2D::getBoundingBox(), mrpt::math::TSegment2D::getCenter(), mrpt::math::getRectangleBounds(), mrpt::math::getSegmentBisector(), mrpt::nav::CAbstractPTGBasedReactive::impl_waypoint_is_reachable(), mrpt::maps::CRandomFieldGridMap2D::insertObservation_GMRF(), mrpt::maps::CRandomFieldGridMap2D::insertObservation_KernelDM_DMV(), mrpt::maps::CRandomFieldGridMap2D::insertObservation_KF(), mrpt::maps::CRandomFieldGridMap2D::insertObservation_KF2(), mrpt::poses::CPose2D::inverseComposePoint(), mrpt::poses::CPose3D::inverseComposePoint(), mrpt::math::isLeft(), mrpt::nav::TWaypoint::isValid(), mrpt::math::KDTreeCapable< CFeatureList >::kdTreeClosestPoint2D(), mrpt::math::KDTreeCapable< CFeatureList >::kdTreeClosestPoint2DsqrError(), mrpt::math::KDTreeCapable< CFeatureList >::kdTreeNClosestPoint2D(), mrpt::math::KDTreeCapable< CFeatureList >::kdTreeNClosestPoint2DIdx(), mrpt::math::KDTreeCapable< CFeatureList >::kdTreeTwoClosestPoint2D(), mrpt::nav::CReactiveNavigationSystem3D::loggingGetWSObstaclesAndShape(), mrpt::slam::CRangeBearingKFSLAM2D::OnTransitionJacobian(), mrpt::math::operator!=(), mrpt::poses::operator+(), mrpt::math::operator==(), operator[](), run_rnav_test(), mrpt::nav::CHolonomicND::searchBestGap(), sqrNorm(), mrpt::maps::CPointsMap::squareDistanceToClosestCorrespondenceT(), TEST(), mrpt::math::TLine2D::TLine2D(), TPoint2D(), mrpt::topography::transformHelmert2D(), mrpt::topography::transformHelmert2D_TOPCON(), unsafeProjectPoint(), and mrpt::nav::CWaypointsNavigator::waypoints_navigationStep().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019 |