MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ acceleration() [1/2]

template<typename T >
T MayaFlux::Kinesis::acceleration ( const Memory::HistoryBuffer< T > &  history,
double  dt 
)
inlinenoexcept

Second difference: rate of change of velocity.

Capacity >= 3.

Definition at line 154 of file Differential.hpp.

155{
156 return backward_difference<2>(history, dt);
157}

Referenced by acceleration(), and curvature_from_history().

+ Here is the caller graph for this function: