Home
last modified time | relevance | path

Searched refs:delta_bank_const (Results 1 – 11 of 11) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/physics/
H A Dphysics.h51 float delta_bank_const; //const that heading is multiplied by. 0 means no delta bank. member
H A Dphysics.cpp510 delta_bank = - (ci->heading * pi->max_rotvel.xyz.y) * pi->delta_bank_const; in physics_read_flying_controls()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/physics/
H A Dphysics.h47 float delta_bank_const; //const that heading is multiplied by. 0 means no delta bank. member
H A Dphysics.cpp525 delta_bank = - (ci->heading * pi->max_rotvel.xyz.y) * pi->delta_bank_const; in physics_read_flying_controls()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/api/objs/
H A Dphysics_info.cpp77 pih->pi->delta_bank_const = f;
80 return ade_set_args(L, "f", pih->pi->delta_bank_const);
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ship/
H A Dship.h1185 float delta_bank_const; variable
H A Dship.cpp695 sip->delta_bank_const = DEFAULT_DELTA_BANK_CONST; in init_ship_entry()
1953 stuff_float( &(sip->delta_bank_const) ); in parse_ship_values()
1954 …g_printf ("%s '%s' delta_bank_const -- %7.3f\n", info_type_name, sip->name, sip->delta_bank_const); in parse_ship_values()
4737 pi->delta_bank_const = sinfo->delta_bank_const; in physics_ship_init()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ship/
H A Dship.h1103 float delta_bank_const; variable
H A Dship.cpp884 delta_bank_const = other.delta_bank_const; in clone()
1229 delta_bank_const = other.delta_bank_const; in move()
1579 delta_bank_const = DEFAULT_DELTA_BANK_CONST; in ship_info()
3244 stuff_float( &(sip->delta_bank_const) ); in parse_ship_values()
3245 …g_printf ("%s '%s' delta_bank_const -- %7.3f\n", info_type_name, sip->name, sip->delta_bank_const); in parse_ship_values()
6095 pi->delta_bank_const = sinfo->delta_bank_const; in physics_ship_init()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dlua.cpp2515 pih->pi->delta_bank_const = f;
2518 return ade_set_args(L, "f", pih->pi->delta_bank_const);
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ai/
H A Daicode.cpp1328 delta_bank = 200.0f * (1.0f - delta_bank) * pip->delta_bank_const; in ai_turn_towards_vector()