#include "opengl-precomp.h"#include <mrpt/opengl/CGeneralizedCylinder.h>#include <mrpt/poses/CPose3D.h>#include <mrpt/math/geometry.h>#include <mrpt/math/ops_matrices.h>#include <mrpt/utils/CStream.h>#include <mrpt/utils/stl_serialization.h>#include "opengl_internals.h"
Go to the source code of this file.
Functions | |
| void | createMesh (const CMatrixTemplate< TPoint3D > &pointsMesh, size_t R, size_t C, vector< CGeneralizedCylinder::TQuadrilateral > &mesh) |
| void | generatePolygon (CPolyhedronPtr &poly, const vector< TPoint3D > &profile, const CPose3D &pose) |
|
inline |
Definition at line 92 of file CGeneralizedCylinder.cpp.
References R.
Referenced by mrpt::opengl::CGeneralizedCylinder::updateMesh().
| void generatePolygon | ( | CPolyhedronPtr & | poly, |
| const vector< TPoint3D > & | profile, | ||
| const CPose3D & | pose | ||
| ) |
Definition at line 161 of file CGeneralizedCylinder.cpp.
References mrpt::poses::CPose3D::composePoint(), and mrpt::math::splitInConvexComponents().
Referenced by mrpt::opengl::CGeneralizedCylinder::getEnd(), and mrpt::opengl::CGeneralizedCylinder::getOrigin().
| Page generated by Doxygen 1.8.14 for MRPT 1.5.5 Git: e06b63dbf Fri Dec 1 14:41:11 2017 +0100 at lun oct 28 01:31:35 CET 2019 |