#include <mrpt/math/CMatrixTemplateNumeric.h>#include <mrpt/math/CVectorTemplate.h>#include <mrpt/math/CArray.h>

Go to the source code of this file.
Classes | |
| class | mrpt::math::CQuaternion< T > |
A quaternion, which can represent a 3D rotation as pair , with a real part "r" and a 3D vector , or alternatively, q = r + ix + jy + kz. More... | |
Namespaces | |
| namespace | mrpt |
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
| namespace | mrpt::math |
This base provides a set of functions for maths stuff. | |
Defines | |
| #define | UNINITIALIZED_QUATERNION false,false |
Typedefs | |
| typedef CQuaternion< double > | mrpt::math::CQuaternionDouble |
| A quaternion of data type "double". | |
| typedef CQuaternion< float > | mrpt::math::CQuaternionFloat |
| A quaternion of data type "float". | |
| #define UNINITIALIZED_QUATERNION false,false |
Definition at line 42 of file CQuaternion.h.
Referenced by mrpt::slam::CRangeBearingKFSLAM::getCurrentRobotPose(), mrpt::slam::CRangeBearingKFSLAM::getCurrentState(), mrpt::math::jacobians::jacob_quat_from_yawpitchroll(), mrpt::scan_matching::leastSquareErrorRigidTransformation6D(), and mrpt::poses::CPose3DQuatPDFGaussian::operator-().
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |