Robotics Library  0.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | Private Attributes | List of all members
rl::math::Quintic< T > Class Template Reference

#include <Quintic.h>

Collaboration diagram for rl::math::Quintic< T >:
Collaboration graph
[legend]

Public Member Functions

 Quintic ()
 
virtual ~Quintic ()
 
a (const Real &t) const
 
void interpolate ()
 
j (const Real &t) const
 
v (const Real &t) const
 
x (const Real &t) const
 

Public Attributes

a0
 
ae
 
Real te
 
x0
 
xe
 
v0
 
ve
 

Private Attributes

c0
 
c1
 
c2
 
c3
 
c4
 
c5
 

Constructor & Destructor Documentation

template<typename T >
rl::math::Quintic< T >::Quintic ( )
inline
template<typename T >
virtual rl::math::Quintic< T >::~Quintic ( )
inlinevirtual

Member Function Documentation

template<typename T >
T rl::math::Quintic< T >::a ( const Real t) const
inline
template<typename T >
void rl::math::Quintic< T >::interpolate ( )
inline
template<typename T >
T rl::math::Quintic< T >::j ( const Real t) const
inline
template<typename T >
T rl::math::Quintic< T >::v ( const Real t) const
inline
template<typename T >
T rl::math::Quintic< T >::x ( const Real t) const
inline

Member Data Documentation

template<typename T >
T rl::math::Quintic< T >::a0
template<typename T >
T rl::math::Quintic< T >::ae
template<typename T >
T rl::math::Quintic< T >::c0
private
template<typename T >
T rl::math::Quintic< T >::c1
private
template<typename T >
T rl::math::Quintic< T >::c2
private
template<typename T >
T rl::math::Quintic< T >::c3
private
template<typename T >
T rl::math::Quintic< T >::c4
private
template<typename T >
T rl::math::Quintic< T >::c5
private
template<typename T >
Real rl::math::Quintic< T >::te
template<typename T >
T rl::math::Quintic< T >::v0
template<typename T >
T rl::math::Quintic< T >::ve
template<typename T >
T rl::math::Quintic< T >::x0
template<typename T >
T rl::math::Quintic< T >::xe

The documentation for this class was generated from the following file: