Searched refs:dist_vec (Results 1 – 2 of 2) sorted by relevance
442 sp->dist_vec = sp->dist_speed = 0.0f ; in reset_kpad()1416 sp->dist_vec = 0.0f ; in calc_dpd_variable()1441 sp->dist_vec = f1 * f2 ; in calc_dpd_variable()1442 if ( sp->dist_vec < 0.0f ) { in calc_dpd_variable()1443 sp->dist_speed = -sp->dist_vec ; in calc_dpd_variable()1445 sp->dist_speed = sp->dist_vec ; in calc_dpd_variable()1448 sp->dist += sp->dist_vec ; in calc_dpd_variable()1453 sp->dist_vec = f1 * f2 ; in calc_dpd_variable()1454 if ( sp->dist_vec < 0.0f ) { in calc_dpd_variable()1455 sp->dist_speed = -sp->dist_vec ; in calc_dpd_variable()[all …]
155 f32 dist_vec ; member