Searched refs:dist_vec (Results 1 – 4 of 4) sorted by relevance
430 sp->dist_vec = sp->dist_speed = 0.0f ; in reset_kpad()1404 sp->dist_vec = 0.0f ; in calc_dpd_variable()1429 sp->dist_vec = f1 * f2 ; in calc_dpd_variable()1430 if ( sp->dist_vec < 0.0f ) { in calc_dpd_variable()1431 sp->dist_speed = -sp->dist_vec ; in calc_dpd_variable()1433 sp->dist_speed = sp->dist_vec ; in calc_dpd_variable()1436 sp->dist += sp->dist_vec ; 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()[all …]
164 f32 dist_vec ; member
155 f32 dist_vec ; member
280 sp->dist_vec = sp->dist_speed = 0.0f ; in reset_kpad()1345 sp->dist_vec = 0.0f ; in calc_dpd_variable()1369 sp->dist_vec = f1 * f2 ; in calc_dpd_variable()1370 if ( sp->dist_vec < 0.0f ) { in calc_dpd_variable()1371 sp->dist_speed = -sp->dist_vec ; in calc_dpd_variable()1373 sp->dist_speed = sp->dist_vec ; in calc_dpd_variable()1376 sp->dist += sp->dist_vec ; in calc_dpd_variable()