Slightly heavyweight type to speed-up calculations with polygons in 3D.
Definition at line 31 of file geometry.h.
#include <mrpt/math/geometry.h>
Public Member Functions | |
TPolygonWithPlane (const TPolygon3D &p) | |
Constructor. More... | |
TPolygonWithPlane () | |
Basic constructor. More... | |
Static Public Member Functions | |
static void | getPlanes (const std::vector< TPolygon3D > &oldPolys, std::vector< TPolygonWithPlane > &newPolys) |
Static method for vectors. More... | |
Public Attributes | |
TPolygon3D | poly |
Actual polygon. More... | |
TPlane | plane |
Plane containing the polygon. More... | |
mrpt::math::TPose3D | pose |
Plane's pose. More... | |
mrpt::math::TPose3D | inversePose |
Plane's inverse pose. More... | |
TPolygon2D | poly2D |
Polygon, after being projected to the plane using inversePose. More... | |
math::TPolygonWithPlane::TPolygonWithPlane | ( | const TPolygon3D & | p | ) |
Constructor.
Takes a polygon and computes each parameter.
Definition at line 612 of file geometry.cpp.
References mrpt::math::TPose3D::fromHomogeneousMatrix(), mrpt::math::TPlane::getAsPose3D(), mrpt::math::TPolygon3D::getBestFittingPlane(), mrpt::math::TPose3D::getInverseHomogeneousMatrix(), inversePose, plane, poly, poly2D, pose, and unsafeProjectPolygon().
|
inline |
|
static |
Static method for vectors.
Takes a set of polygons and creates every TPolygonWithPlane
Definition at line 623 of file geometry.cpp.
Referenced by mrpt::math::traceRay().
mrpt::math::TPose3D mrpt::math::TPolygonWithPlane::inversePose |
Plane's inverse pose.
Definition at line 41 of file geometry.h.
Referenced by intersect(), and TPolygonWithPlane().
TPlane mrpt::math::TPolygonWithPlane::plane |
Plane containing the polygon.
Definition at line 37 of file geometry.h.
Referenced by intersect(), and TPolygonWithPlane().
TPolygon3D mrpt::math::TPolygonWithPlane::poly |
Actual polygon.
Definition at line 35 of file geometry.h.
Referenced by intersect(), and TPolygonWithPlane().
TPolygon2D mrpt::math::TPolygonWithPlane::poly2D |
Polygon, after being projected to the plane using inversePose.
Definition at line 44 of file geometry.h.
Referenced by intersect(), and TPolygonWithPlane().
mrpt::math::TPose3D mrpt::math::TPolygonWithPlane::pose |
Plane's pose.
Definition at line 39 of file geometry.h.
Referenced by intersect(), and TPolygonWithPlane().
Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |