MRPT
1.9.9
|
#include "opengl-precomp.h"
#include <mrpt/math/geometry.h>
#include <mrpt/math/ops_matrices.h>
#include <mrpt/opengl/CGeneralizedCylinder.h>
#include <mrpt/poses/CPose3D.h>
#include <mrpt/serialization/CArchive.h>
#include <mrpt/serialization/stl_serialization.h>
#include <Eigen/Dense>
#include "opengl_internals.h"
Go to the source code of this file.
Functions | |
IMPLEMENTS_SERIALIZABLE (CGeneralizedCylinder, CRenderizableDisplayList, mrpt::opengl) void CGeneralizedCylinder | |
void | createMesh (const CMatrixDynamic< TPoint3D_data > &pointsMesh, size_t R, size_t C, vector< CGeneralizedCylinder::TQuadrilateral > &mesh) |
void | generatePolygon (CPolyhedron::Ptr &poly, const vector< TPoint3D > &profile, const CPose3D &pose) |
|
inline |
Definition at line 105 of file CGeneralizedCylinder.cpp.
References R.
Referenced by mrpt::opengl::CGeneralizedCylinder::updateMesh().
void generatePolygon | ( | CPolyhedron::Ptr & | poly, |
const vector< TPoint3D > & | profile, | ||
const CPose3D & | pose | ||
) |
Definition at line 180 of file CGeneralizedCylinder.cpp.
References mrpt::poses::CPose3D::composePoint(), and mrpt::math::splitInConvexComponents().
Referenced by mrpt::opengl::CGeneralizedCylinder::getEnd(), and mrpt::opengl::CGeneralizedCylinder::getOrigin().
IMPLEMENTS_SERIALIZABLE | ( | CGeneralizedCylinder | , |
CRenderizableDisplayList | , | ||
mrpt::opengl | |||
) |
Definition at line 28 of file CGeneralizedCylinder.cpp.
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 |