Home
last modified time | relevance | path

Searched refs:psl_steps (Results 1 – 6 of 6) sorted by relevance

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dgeometry.cpp212 int psl_steps; member
768 arcm::current.get_step_values(psl_steps, single_step); in prepare_basics()
774 psl_steps = 2 * S7; in prepare_basics()
775 if(BITRUNCATED) psl_steps *= S3; in prepare_basics()
776 if(inv) psl_steps = 2 * S3; in prepare_basics()
779 DEBB(DF_GEOM | DF_POLY, ("steps = ", psl_steps, " / ", single_step)); in prepare_basics()
780 plevel = M_PI * single_step / psl_steps; in prepare_basics()
H A Dnonisotropic.cpp1081 if(csteps && csteps != (sph ? cgi.psl_steps*2 : 0)) { in configure()
1083 if(csteps == cgi.psl_steps) in configure()
1085 else if(csteps == 2 * cgi.psl_steps && !sph) in configure()
1092 if(csteps && csteps != cgi.psl_steps && csteps != 2*cgi.psl_steps) in configure()
1188 auto ps = cgi.psl_steps; in get_shift()
1265 dynamicval<int> gsp(underlying_cgip->psl_steps, cgi.psl_steps); in in_underlying()
1358 dynamicval<int> gsp(underlying_cgip->psl_steps, cgi.psl_steps); in in_underlying_geometry()
1497 int e_steps = cgi.psl_steps / gcd(cgi.single_step, cgi.psl_steps); in configure_period()
H A Dsystem.cpp118 else if(cgi.psl_steps % hybrid::csteps == 0) in welcomeMessage()
1377 hybrid::csteps = cgi.psl_steps; in set_geometry()
H A Dutil.cpp334 else if(number == "psl_steps") res = cgi.psl_steps; in parse()
H A Ddrawing.cpp683 glhr::set_index_sl(V.shift + M_PI * min_slr * hybrid::csteps / cgi.psl_steps); in gldraw()
1791 ld db = cgi.psl_steps / M_PI / ns / hybrid::csteps; in draw()
H A Dhypgraph.cpp2684 auto period = (M_PI * hybrid::csteps) / cgi.psl_steps; in optimize_shift()