Home
last modified time | relevance | path

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

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ai/
H A Daicode.cpp7795 vm_vec_avg(goal_pos, &attack_objp->pos, &target_objp->pos); in ai_chase_big_approach_set_goal()
7798 dist_to_goal = vm_vec_dist(goal_pos, &attack_objp->pos); in ai_chase_big_approach_set_goal()
7808 void ai_chase_big_circle_set_goal(vec3d *goal_pos, object *attack_objp, object *target_objp, float … in ai_chase_big_circle_set_goal() argument
7810 …get_tangent_point(goal_pos, attack_objp, &target_objp->pos, attack_objp->radius + target_objp->rad… in ai_chase_big_circle_set_goal()
7825 polymodel *pm = model_get(Ship_info[Ships[attack_objp->instance].ship_info_index].model_num); in ai_chase_big_get_separations()
7838 vm_vec_sub(&vec_to_target, &attack_objp->pos, &target_objp->pos); in ai_chase_big_get_separations()
7859 polymodel *pm = model_get(Ship_info[Ships[attack_objp->instance].ship_info_index].model_num); in ai_chase_big_parallel_set_goal()
7872 opposing = ( vm_vec_dotprod(&attack_objp->orient.vec.fvec, &target_objp->orient.vec.fvec) < 0 ); in ai_chase_big_parallel_set_goal()
7889 vm_vec_sub(&vec_to_target, &target_objp->pos, &attack_objp->pos); in ai_chase_big_parallel_set_goal()
7893 float length_scale = attack_objp->radius; in ai_chase_big_parallel_set_goal()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ai/
H A Daicode.cpp8270 vm_vec_avg(goal_pos, &attack_objp->pos, &target_objp->pos); in ai_chase_big_approach_set_goal()
8273 dist_to_goal = vm_vec_dist(goal_pos, &attack_objp->pos); in ai_chase_big_approach_set_goal()
8283 void ai_chase_big_circle_set_goal(vec3d *goal_pos, object *attack_objp, object *target_objp, float … in ai_chase_big_circle_set_goal() argument
8285 …get_tangent_point(goal_pos, attack_objp, &target_objp->pos, attack_objp->radius + target_objp->rad… in ai_chase_big_circle_set_goal()
8300 polymodel *pm = model_get(Ship_info[Ships[attack_objp->instance].ship_info_index].model_num); in ai_chase_big_get_separations()
8313 vm_vec_sub(&vec_to_target, &attack_objp->pos, &target_objp->pos); in ai_chase_big_get_separations()
8334 polymodel *pm = model_get(Ship_info[Ships[attack_objp->instance].ship_info_index].model_num); in ai_chase_big_parallel_set_goal()
8347 opposing = ( vm_vec_dot(&attack_objp->orient.vec.fvec, &target_objp->orient.vec.fvec) < 0 ); in ai_chase_big_parallel_set_goal()
8364 vm_vec_sub(&vec_to_target, &target_objp->pos, &attack_objp->pos); in ai_chase_big_parallel_set_goal()
8368 float length_scale = attack_objp->radius; in ai_chase_big_parallel_set_goal()
[all …]