Main MRPT website > C++ reference
MRPT logo
Namespaces
slerp.h File Reference
#include <mrpt/math/CQuaternion.h>
Include dependency graph for slerp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  mrpt
 This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
 
namespace  mrpt::poses
 Classes for 2D/3D geometry representation, both of single values and probability density distributions (PDFs) in many forms.
 
namespace  mrpt::math
 This base provides a set of functions for maths stuff.
 

Functions

SLERP (Spherical Linear Interpolation) functions
template<typename T >
void mrpt::math::slerp (const CQuaternion< T > &q0, const CQuaternion< T > &q1, const double t, CQuaternion< T > &q)
 SLERP interpolation between two quaternions.
 
void BASE_IMPEXP mrpt::math::slerp (const CPose3D &q0, const CPose3D &q1, const double t, CPose3D &p)
 SLERP interpolation between two 6D poses - like mrpt::math::slerp for quaternions, but interpolates the [X,Y,Z] coordinates as well.
 
void BASE_IMPEXP mrpt::math::slerp (const CPose3DQuat &q0, const CPose3DQuat &q1, const double t, CPose3DQuat &p)
 



Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013