Home
last modified time | relevance | path

Searched refs:BEAM_T (Results 1 – 2 of 2) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/weapon/
H A Dbeam.cpp864 #define BEAM_T(b) ((b->life_total - b->life_left) / b->life_total) macro
888 vm_vec_interp_constant(&actual_dir, &b->binfo.dir_a, &b->binfo.dir_b, BEAM_T(b)); in beam_type_b_move()
1049 vm_vec_interp_constant(&actual_dir, &newdir_a, &newdir_b, BEAM_T(b)); in beam_type_f_move()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/weapon/
H A Dbeam.cpp750 #define BEAM_T(b) ( ((b->binfo.delta_ang / b->life_total) * (b->life_total - b->life_left)) / … macro
773 vm_vec_interp_constant(&actual_dir, &b->binfo.dir_a, &b->binfo.dir_b, BEAM_T(b)); in beam_type_b_move()