Home
last modified time | relevance | path

Searched refs:hori_vec (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.2/build/libraries/kpad/src/
DKPAD.c423 sp->hori_vec = Vec2_0 ; in reset_kpad()
1338 sp->hori_vec = Vec2_0 ; in calc_dpd_variable()
1366 sp->hori_vec.x = vec.x - sp->horizon.x ; in calc_dpd_variable()
1367 sp->hori_vec.y = vec.y - sp->horizon.y ; in calc_dpd_variable()
1368 … sp->hori_speed = sqrtf( sp->hori_vec.x * sp->hori_vec.x + sp->hori_vec.y * sp->hori_vec.y ) ; in calc_dpd_variable()
1381 sp->hori_vec.x = vec.x - sp->horizon.x ; in calc_dpd_variable()
1382 sp->hori_vec.y = vec.y - sp->horizon.y ; in calc_dpd_variable()
1383 … sp->hori_speed = sqrtf( sp->hori_vec.x * sp->hori_vec.x + sp->hori_vec.y * sp->hori_vec.y ) ; in calc_dpd_variable()
1388 sp->hori_vec = Vec2_0 ; in calc_dpd_variable()
/RvlSDK-3.2/include/revolution/
DkpadOld.h160 Vec2 hori_vec ; member
Dkpad.h151 Vec2 hori_vec ; member
/RvlSDK-3.2/build/libraries/kpadOld/src/
DKPAD.c273 sp->hori_vec = Vec2_0 ; in reset_kpad()
1301 sp->hori_vec = Vec2_0 ; in calc_dpd_variable()
1328 sp->hori_vec.x = vec.x - sp->horizon.x ; in calc_dpd_variable()
1329 sp->hori_vec.y = vec.y - sp->horizon.y ; in calc_dpd_variable()
1330 … sp->hori_speed = sqrtf( sp->hori_vec.x * sp->hori_vec.x + sp->hori_vec.y * sp->hori_vec.y ) ; in calc_dpd_variable()