Home
last modified time | relevance | path

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

/dports/games/eureka/eureka-1.27b-source/src/
H A Dr_grid.h76 void RefocusZoom(double map_x, double map_y, float before_Scale);
H A Dr_grid.cc405 void Grid_State_c::RefocusZoom(double map_x, double map_y, float before_Scale) in RefocusZoom() argument
407 double dist_factor = (1.0 - before_Scale / Scale); in RefocusZoom()