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

◆ straightness() [2/2]

float MayaFlux::Kinesis::straightness ( std::span< const glm::vec2 >  samples,
size_t  window 
)
inlinenoexcept

Convenience overload of straightness over a raw span of positions, samples[0] newest.

Definition at line 731 of file Differential.hpp.

732{
733 return straightness(to_history(samples), window);
734}
float straightness(const Memory::HistoryBuffer< glm::vec2 > &history, size_t window) noexcept
Straightness of a path over a window, 1.0 is a straight line.
Memory::HistoryBuffer< T > to_history(std::span< const T > samples) noexcept
Build a HistoryBuffer<T> from a newest-first span.

References straightness(), and to_history().

+ Here is the call graph for this function: