Home
last modified time | relevance | path

Searched refs:dist_factor (Results 1 – 10 of 10) sorted by relevance

/dports/games/eureka/eureka-1.27b-source/src/
H A Dr_grid.cc407 double dist_factor = (1.0 - before_Scale / Scale); in RefocusZoom() local
409 orig_x += (map_x - orig_x) * dist_factor; in RefocusZoom()
410 orig_y += (map_y - orig_y) * dist_factor; in RefocusZoom()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/
H A DChCollisionSystem.h158 … double dist_factor; ///< from 0 .. 1 means the distance of hit point along the segment member
H A DChCollisionSystemBullet.cpp311 result.dist_factor = rayCallback.m_closestHitFraction; in RayHit()
366 result.dist_factor = fraction; in RayHit()
H A DChCollisionSystemChrono.cpp643 result.dist_factor = info.t; in RayHit()
/dports/x11-fonts/roboto-fonts-ttf/roboto-2.134/third_party/fontcrunch/
H A Dquadopt.cc227 double dist_factor = .005; variable
260 dydx[1] = dist_factor * disterr + angle_factor * angleerr; in operator ()()
/dports/games/pentobi/pentobi-19.1/libboardgame_mcts/
H A DSearchBase.h1449 Float dist_factor; in update_rave() local
1451 dist_factor = 1 / static_cast<Float>(nu_moves - i); in update_rave()
1462 weight *= 1 - static_cast<Float>(first - i) * dist_factor; in update_rave()
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_camera.erl822 Delta = dist_factor(Dist)*Dir*ZoomPercent,
828 Delta = dist_factor(Dist)*Delta0/80,
878 dist_factor(Dist) -> function
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dsounds.cpp245 float dist_factor = max_map_distance; in cluster_sounds() local
252 if( dist * dist < dist_factor ) { in cluster_sounds()
254 dist_factor = dist * dist; in cluster_sounds()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dsounds.cpp245 float dist_factor = max_map_distance; in cluster_sounds() local
252 if( dist * dist < dist_factor ) { in cluster_sounds()
254 dist_factor = dist * dist; in cluster_sounds()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Djigglypuff.c935 float dist_factor = (subdivs == 6) ? 2 : (subdivs == 5) ? 1 : 0.5; in calculate_parameters() local
938 * (STABLE_DISTANCE / dist_factor); in calculate_parameters()