Auxiliary struct holding any quadrilateral, represented by foour points.
Definition at line 34 of file CGeneralizedCylinder.h.
#include <mrpt/opengl/CGeneralizedCylinder.h>
Public Member Functions | |
void | getAsPolygonUnsafe (mrpt::math::TPolygon3D &vec) const |
Given a polygon with 4 already positions allocated, this method fills it with the quadrilateral points. | |
TQuadrilateral (const mrpt::math::TPoint3D &p1, const mrpt::math::TPoint3D &p2, const mrpt::math::TPoint3D &p3, const mrpt::math::TPoint3D &p4) | |
Constructor from 4 points. | |
template<class T > | |
TQuadrilateral (const T(&p)[4]) | |
Construction from any array of four compatible objects. | |
TQuadrilateral () | |
Empty constructor. | |
~TQuadrilateral () | |
Destructor. | |
Public Attributes | |
mrpt::math::TPoint3D | points [4] |
Quadrilateral`'s points. | |
double | normal [3] |
Normal vector. | |
Private Member Functions | |
void | calculateNormal () |
Automatically compute a vector normal to this quadrilateral. | |
|
inline |
Constructor from 4 points.
Definition at line 62 of file CGeneralizedCylinder.h.
|
inline |
Construction from any array of four compatible objects.
Definition at line 72 of file CGeneralizedCylinder.h.
|
inline |
|
inline |
Destructor.
Definition at line 83 of file CGeneralizedCylinder.h.
|
private |
Automatically compute a vector normal to this quadrilateral.
|
inline |
Given a polygon with 4 already positions allocated, this method fills it with the quadrilateral points.
Definition at line 53 of file CGeneralizedCylinder.h.
double mrpt::opengl::CGeneralizedCylinder::TQuadrilateral::normal[3] |
Normal vector.
Definition at line 48 of file CGeneralizedCylinder.h.
mrpt::math::TPoint3D mrpt::opengl::CGeneralizedCylinder::TQuadrilateral::points[4] |
Quadrilateral`'s points.
Definition at line 44 of file CGeneralizedCylinder.h.
Page generated by Doxygen 1.9.6 for MRPT 1.4.0 SVN: at Wed Mar 22 04:35:51 UTC 2023 |