Home
last modified time | relevance | path

Searched refs:hoist_up_coeff (Results 1 – 3 of 3) sorted by relevance

/dports/games/searchandrescue/searchandrescue_1.4.0/sar/
H A Dgctl.h256 float hoist_up_coeff, /* 0.0 to 1.0 */ member
H A Dsimop.c3332 hoist_up_coeff = (float)((gc->ctrl_state) ? in SARSimApplyGCTL() local
3333 gc->zoom_in_coeff : gc->hoist_up_coeff in SARSimApplyGCTL()
3342 if(hoist_up_coeff > 0.0f) in SARSimApplyGCTL()
3348 time_compression * hoist_up_coeff); in SARSimApplyGCTL()
H A Dgctl.c514 gc->hoist_up_coeff = (float)((gc->hoist_up_state) ? 1.0 : 0.0); in GCtlUpdate()