armarx::trajectory::interpolate Namespace Reference

Classes

class  Linear
 Linear interpolation visitor: Interpolates between the given values linearly. More...
 

Functions

template<typename ReturnT >
ReturnT linear (float t, const VariantValue &lhs, const VariantValue &rhs)
 
template<>
VariantValue linear< VariantValue > (float t, const VariantValue &lhs, const VariantValue &rhs)
 

Function Documentation

◆ linear()

ReturnT armarx::trajectory::interpolate::linear ( float  t,
const VariantValue lhs,
const VariantValue rhs 
)

Definition at line 56 of file linear.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ linear< VariantValue >()

VariantValue linear< VariantValue > ( float  t,
const VariantValue lhs,
const VariantValue rhs 
)

Definition at line 8 of file linear.cpp.

+ Here is the call graph for this function: