Go to the source code of this file.
|
| namespace | mrpt |
| | This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
|
| |
| namespace | mrpt::opengl |
| | The namespace for 3D scene representation and rendering.
|
| |
| namespace | mrpt::opengl::detail |
| |
|
| template<int DIM> |
| void OPENGL_IMPEXP | mrpt::opengl::detail::renderGeneralizedEllipsoidTemplate (const std::vector< mrpt::math::CArray< float, DIM > > &pts, const float lineWidth, const uint32_t slices, const uint32_t stacks) |
| |
| template<int DIM> |
| void OPENGL_IMPEXP | mrpt::opengl::detail::generalizedEllipsoidPoints (const mrpt::math::CMatrixFixedNumeric< double, DIM, DIM > &U, const mrpt::math::CMatrixFixedNumeric< double, DIM, 1 > &mean, std::vector< mrpt::math::CArray< float, DIM > > &out_params_pts, const uint32_t slices, const uint32_t stacks) |
| |