Lightweight 3D point.
Allows coordinate access using [] operator.
Definition at line 279 of file lightweight_geom_data.h.
#include <mrpt/math/lightweight_geom_data.h>
Public Member Functions | |
TPoint3D (double xx, double yy, double zz) | |
Constructor from coordinates. More... | |
TPoint3D () | |
Default fast constructor. More... | |
TPoint3D (const TPoint3Df &p) | |
Explicit constructor from coordinates. More... | |
TPoint3D (const TPoint2D &p) | |
Implicit constructor from TPoint2D. More... | |
TPoint3D (const TPose2D &p) | |
Constructor from TPose2D, losing information. More... | |
TPoint3D (const TPose3D &p) | |
Constructor from TPose3D, losing information. More... | |
TPoint3D (const mrpt::poses::CPoint3D &p) | |
Implicit constructor from heavyweight type. More... | |
TPoint3D (const mrpt::poses::CPose3D &p) | |
Constructor from heavyweight 3D pose. More... | |
double & | operator[] (size_t i) |
Unsafe coordinate access using operator[]. More... | |
const double & | operator[] (size_t i) const |
Unsafe coordinate access using operator[]. More... | |
double | distanceTo (const TPoint3D &p) const |
Point-to-point distance. More... | |
double | sqrDistanceTo (const TPoint3D &p) const |
Point-to-point distance, squared. More... | |
double | norm () const |
Point norm. More... | |
TPoint3D & | operator*= (const double f) |
Point scale. More... | |
void | getAsVector (vector_double &v) const |
Transformation into vector. More... | |
TPoint3D & | operator+= (const TPoint3D &p) |
Translation. More... | |
TPoint3D & | operator-= (const TPoint3D &p) |
Difference between points. More... | |
TPoint3D | operator+ (const TPoint3D &p) const |
Points addition. More... | |
TPoint3D | operator- (const TPoint3D &p) const |
Points substraction. More... | |
TPoint3D | operator* (double d) const |
TPoint3D | operator/ (double d) const |
bool | operator< (const TPoint3D &p) const |
void | asString (std::string &s) const |
Returns a human-readable textual representation of the object (eg: "[0.02 1.04 -0.8]" ) 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 -0.8]" ) More... | |
Static Public Member Functions | |
static size_t | size () |
Public Attributes | |
double | x |
X coordinate. More... | |
double | y |
Y coordinate. More... | |
double | z |
Z coordinate. More... | |
|
inline |
Constructor from coordinates.
Definition at line 285 of file lightweight_geom_data.h.
|
inline |
Default fast constructor.
Initializes to garbage.
Definition at line 287 of file lightweight_geom_data.h.
|
inlineexplicit |
Explicit constructor from coordinates.
Definition at line 289 of file lightweight_geom_data.h.
mrpt::math::TPoint3D::TPoint3D | ( | const TPoint2D & | p | ) |
|
explicit |
|
explicit |
mrpt::math::TPoint3D::TPoint3D | ( | const mrpt::poses::CPoint3D & | p | ) |
Implicit constructor from heavyweight type.
|
explicit |
Constructor from heavyweight 3D pose.
|
inline |
Returns a human-readable textual representation of the object (eg: "[0.02 1.04 -0.8]" )
Definition at line 403 of file lightweight_geom_data.h.
References mrpt::mrpt::format().
|
inline |
Definition at line 404 of file lightweight_geom_data.h.
References asString().
Referenced by asString().
|
inline |
Point-to-point distance.
Definition at line 330 of file lightweight_geom_data.h.
References mrpt::utils::square(), x, y, and z.
void mrpt::math::TPoint3D::fromString | ( | const std::string & | s | ) |
Set the current object value from a string generated by 'asString' (eg: "[0.02 1.04 -0.8]" )
std::exception | On invalid format |
|
inline |
Transformation into vector.
Definition at line 355 of file lightweight_geom_data.h.
References mrpt::dynamicsize_vector< T >::resize().
|
inline |
Point norm.
Definition at line 342 of file lightweight_geom_data.h.
References mrpt::utils::square().
|
inline |
Definition at line 390 of file lightweight_geom_data.h.
|
inline |
Point scale.
Definition at line 348 of file lightweight_geom_data.h.
Points substraction.
Definition at line 386 of file lightweight_geom_data.h.
Difference between points.
Definition at line 371 of file lightweight_geom_data.h.
|
inline |
Definition at line 394 of file lightweight_geom_data.h.
bool mrpt::math::TPoint3D::operator< | ( | const TPoint3D & | p | ) | const |
|
inline |
Unsafe coordinate access using operator[].
Intended for loops.
Definition at line 318 of file lightweight_geom_data.h.
|
inline |
Unsafe coordinate access using operator[].
Intended for loops.
Definition at line 324 of file lightweight_geom_data.h.
|
inlinestatic |
Definition at line 411 of file lightweight_geom_data.h.
|
inline |
Point-to-point distance, squared.
Definition at line 336 of file lightweight_geom_data.h.
References mrpt::utils::square(), x, y, and z.
double mrpt::math::TPoint3D::x |
X coordinate.
Definition at line 280 of file lightweight_geom_data.h.
Referenced by mrpt::slam::CPointsMap::boundingBox(), mrpt::slam::COctoMapBase< octomap::OcTree, octomap::OcTreeNode >::castRay(), mrpt::poses::CPose3DRotVec::composePoint(), mrpt::poses::CPose3D::composePoint(), mrpt::poses::CPoint2D::CPoint2D(), mrpt::poses::CPoint3D::CPoint3D(), mrpt::opengl::CPolyhedron::CreateCubicPrism(), mrpt::poses::CPoseOrPoint< CPoint3D >::distanceTo(), distanceTo(), mrpt::topography::GeodeticToUTM(), mrpt::srba::observations::Cartesian_3D::obs_data_t::getAsArray(), mrpt::math::TSegment3D::getCenter(), mrpt::slam::CPointsMap::getPoint(), mrpt::opengl::graph_tools::graph_visualize(), mrpt::slam::CColouredPointsMap::insertPoint(), mrpt::slam::CPointsMap::insertPoint(), mrpt::poses::CPose3D::inverseComposePoint(), mrpt::math::KDTreeCapable< CFeatureList >::kdTreeClosestPoint3D(), mrpt::math::KDTreeCapable< CFeatureList >::kdTreeNClosestPoint3D(), mrpt::math::KDTreeCapable< CFeatureList >::kdTreeNClosestPoint3DIdx(), mrpt::srba::sensor_model< landmarks::Euclidean3D, observations::RangeBearing_3D >::observe_error(), mrpt::math::operator!=(), operator+(), operator+=(), operator-(), mrpt::math::operator-(), operator-=(), mrpt::math::operator==(), mrpt::math::project3D(), mrpt::vision::pinhole::projectPoint_no_distortion(), mrpt::srba::landmarks::Euclidean3D::relativeEuclideanLocation(), mrpt::srba::landmarks::Euclidean2D::relativeEuclideanLocation(), mrpt::srba::LandmarkRendererBase< landmark_rendering_as_point >::render(), mrpt::opengl::CRenderizable::setLocation(), mrpt::opengl::CCamera::setPointingAt(), sqrDistanceTo(), and mrpt::topography::UTMToGeodetic().
double mrpt::math::TPoint3D::y |
Y coordinate.
Definition at line 281 of file lightweight_geom_data.h.
Referenced by mrpt::slam::CPointsMap::boundingBox(), mrpt::slam::COctoMapBase< octomap::OcTree, octomap::OcTreeNode >::castRay(), mrpt::poses::CPose3DRotVec::composePoint(), mrpt::poses::CPose3D::composePoint(), mrpt::poses::CPoint2D::CPoint2D(), mrpt::poses::CPoint3D::CPoint3D(), mrpt::opengl::CPolyhedron::CreateCubicPrism(), mrpt::poses::CPoseOrPoint< CPoint3D >::distanceTo(), distanceTo(), mrpt::topography::GeodeticToUTM(), mrpt::srba::observations::Cartesian_3D::obs_data_t::getAsArray(), mrpt::math::TSegment3D::getCenter(), mrpt::slam::CPointsMap::getPoint(), mrpt::opengl::graph_tools::graph_visualize(), mrpt::slam::CColouredPointsMap::insertPoint(), mrpt::slam::CPointsMap::insertPoint(), mrpt::poses::CPose3D::inverseComposePoint(), mrpt::math::KDTreeCapable< CFeatureList >::kdTreeClosestPoint3D(), mrpt::math::KDTreeCapable< CFeatureList >::kdTreeNClosestPoint3D(), mrpt::math::KDTreeCapable< CFeatureList >::kdTreeNClosestPoint3DIdx(), mrpt::srba::sensor_model< landmarks::Euclidean3D, observations::RangeBearing_3D >::observe_error(), mrpt::math::operator!=(), operator+(), operator+=(), operator-(), mrpt::math::operator-(), operator-=(), mrpt::math::operator==(), mrpt::math::project3D(), mrpt::vision::pinhole::projectPoint_no_distortion(), mrpt::srba::landmarks::Euclidean3D::relativeEuclideanLocation(), mrpt::srba::landmarks::Euclidean2D::relativeEuclideanLocation(), mrpt::srba::LandmarkRendererBase< landmark_rendering_as_point >::render(), mrpt::opengl::CRenderizable::setLocation(), mrpt::opengl::CCamera::setPointingAt(), sqrDistanceTo(), and mrpt::topography::UTMToGeodetic().
double mrpt::math::TPoint3D::z |
Z coordinate.
Definition at line 282 of file lightweight_geom_data.h.
Referenced by mrpt::slam::CPointsMap::boundingBox(), mrpt::slam::COctoMapBase< octomap::OcTree, octomap::OcTreeNode >::castRay(), mrpt::poses::CPose3DRotVec::composePoint(), mrpt::poses::CPose3D::composePoint(), mrpt::poses::CPoint3D::CPoint3D(), mrpt::opengl::CPolyhedron::CreateCubicPrism(), mrpt::poses::CPoseOrPoint< CPoint3D >::distanceTo(), distanceTo(), mrpt::topography::GeodeticToUTM(), mrpt::srba::observations::Cartesian_3D::obs_data_t::getAsArray(), mrpt::math::TSegment3D::getCenter(), mrpt::slam::CPointsMap::getPoint(), mrpt::opengl::graph_tools::graph_visualize(), mrpt::slam::CColouredPointsMap::insertPoint(), mrpt::slam::CPointsMap::insertPoint(), mrpt::poses::CPose3D::inverseComposePoint(), mrpt::math::KDTreeCapable< CFeatureList >::kdTreeClosestPoint3D(), mrpt::math::KDTreeCapable< CFeatureList >::kdTreeNClosestPoint3D(), mrpt::math::KDTreeCapable< CFeatureList >::kdTreeNClosestPoint3DIdx(), mrpt::srba::sensor_model< landmarks::Euclidean3D, observations::RangeBearing_3D >::observe_error(), mrpt::math::operator!=(), operator+(), operator+=(), operator-(), mrpt::math::operator-(), operator-=(), mrpt::math::operator==(), mrpt::math::project3D(), mrpt::vision::pinhole::projectPoint_no_distortion(), mrpt::srba::landmarks::Euclidean3D::relativeEuclideanLocation(), mrpt::srba::landmarks::Euclidean2D::relativeEuclideanLocation(), mrpt::srba::LandmarkRendererBase< landmark_rendering_as_point >::render(), mrpt::opengl::CRenderizable::setLocation(), mrpt::opengl::CCamera::setPointingAt(), sqrDistanceTo(), and mrpt::topography::UTMToGeodetic().
Page generated by Doxygen 1.8.14 for MRPT 1.1.0 SVN: at lun oct 28 00:54:49 CET 2019 | Hosted on: |