The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

a/math: Add a zeroing in the generic init for one euro

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
8f02541c d0423bf4

+2
+2
src/xrt/auxiliary/math/m_filter_one_euro.c
··· 64 64 static void 65 65 filter_one_euro_init(struct m_filter_one_euro_base *f, double fc_min, double fc_min_d, double beta) 66 66 { 67 + U_ZERO(f); 68 + 67 69 f->fc_min = fc_min; 68 70 f->beta = beta; 69 71 f->fc_min_d = fc_min_d;