Searched refs:dist_vec (Results 1 – 2 of 2) sorted by relevance
151 f32 dist_vec ; member
259 sp->dist_vec = sp->dist_speed = 0.0f ; in reset_kpad()1299 sp->dist_vec = 0.0f ; in calc_dpd_variable()1323 sp->dist_vec = f1 * f2 ; in calc_dpd_variable()1324 if ( sp->dist_vec < 0.0f ) { in calc_dpd_variable()1325 sp->dist_speed = -sp->dist_vec ; in calc_dpd_variable()1327 sp->dist_speed = sp->dist_vec ; in calc_dpd_variable()1330 sp->dist += sp->dist_vec ; in calc_dpd_variable()