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

◆ velocity() [1/2]

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

First difference: rate of change of position.

Capacity >= 2.

Definition at line 147 of file Differential.hpp.

148{
149 return backward_difference<1>(history, dt);
150}

Referenced by curvature_from_history(), direction_sign(), heading_vector(), heading_vector(), speed(), speed(), speed(), and velocity().

+ Here is the caller graph for this function: