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

◆ crackle() [1/2]

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

Fifth difference: rate of change of jounce.

Capacity >= 6.

Definition at line 181 of file Differential.hpp.

182{
183 return backward_difference<5>(history, dt);
184}

Referenced by crackle().

+ Here is the caller graph for this function: