Home
last modified time | relevance | path

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

/dports/games/lbreakout2/lbreakout2-2.6.5/game/
H A Dballs.c303 Vector norm_vel = ball->vel; in ball_get_tangents() local
306 vector_norm( &norm_vel ); in ball_get_tangents()
307 left->x = center_x + norm_vel.y * ball_rad; in ball_get_tangents()
308 left->y = center_y - norm_vel.x * ball_rad; in ball_get_tangents()
397 norm_vel = ball->vel; vector_norm( &norm_vel ); in ball_check_paddle_reflection()
399 center, norm_vel, in ball_check_paddle_reflection()
422 norm_vel = ball->vel; vector_norm( &norm_vel ); in ball_check_paddle_reflection()
424 center, norm_vel, in ball_check_paddle_reflection()
671 Vector norm_vel = ball->vel; in ball_reflect_at_corner() local
675 vector_norm( &norm_vel ); in ball_reflect_at_corner()
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/NEB/src/
H A Dpath_opt_routines.f9089 REAL(DP) :: projection, norm_grad, norm_vel, norm_step local
102 norm_vel = norm( vel(:) )
104 IF ( norm_grad > eps16 .AND. norm_vel > eps16 ) THEN
/dports/games/d2x/d2x-0.2.5/main/
H A Dlaser.c1415 void homing_missile_turn_towards_velocity(object *objp, vms_vector *norm_vel) in homing_missile_turn_towards_velocity() argument
1419 new_fvec = *norm_vel; in homing_missile_turn_towards_velocity()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dlaser.cpp1516 static void homing_missile_turn_towards_velocity(object_base &objp, const vms_vector &norm_vel, fix… in homing_missile_turn_towards_velocity() argument
1518 auto new_fvec = norm_vel; in homing_missile_turn_towards_velocity()