Robotics Library  0.6.2
Public Member Functions | Public Attributes | Private Attributes | List of all members
rl::math::Quintic< T > Class Template Reference

#include <Quintic.h>

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

◆ Quintic()

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

◆ ~Quintic()

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

Member Function Documentation

◆ a()

template<typename T >
T rl::math::Quintic< T >::a ( const Real t) const
inline

◆ interpolate()

template<typename T >
void rl::math::Quintic< T >::interpolate ( )
inline

◆ j()

template<typename T >
T rl::math::Quintic< T >::j ( const Real t) const
inline

◆ v()

template<typename T >
T rl::math::Quintic< T >::v ( const Real t) const
inline

◆ x()

template<typename T >
T rl::math::Quintic< T >::x ( const Real t) const
inline

Member Data Documentation

◆ a0

template<typename T >
T rl::math::Quintic< T >::a0

◆ ae

template<typename T >
T rl::math::Quintic< T >::ae

◆ c0

template<typename T >
T rl::math::Quintic< T >::c0
private

◆ c1

template<typename T >
T rl::math::Quintic< T >::c1
private

◆ c2

template<typename T >
T rl::math::Quintic< T >::c2
private

◆ c3

template<typename T >
T rl::math::Quintic< T >::c3
private

◆ c4

template<typename T >
T rl::math::Quintic< T >::c4
private

◆ c5

template<typename T >
T rl::math::Quintic< T >::c5
private

◆ te

template<typename T >
Real rl::math::Quintic< T >::te

◆ v0

template<typename T >
T rl::math::Quintic< T >::v0

◆ ve

template<typename T >
T rl::math::Quintic< T >::ve

◆ x0

template<typename T >
T rl::math::Quintic< T >::x0

◆ xe

template<typename T >
T rl::math::Quintic< T >::xe

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