Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dnonisotropic.cpp292 heptagon *altstep3(heptagon *h, int d) { in altstep3() function
334 return rule(pf, altstep3(ps, 3), 3); in create_step()
338 return rule(pf, altstep3(ps, 5), 1); in create_step()
340 return rule(altstep(pf, 3), altstep3(ps, 4), 5 + pf->zebraval + 2 * ps->zebraval); in create_step()
342 return rule(altstep(pf, (d-5) % 2), altstep3(ps, (d-5)/2), 4); in create_step()
349 return rule(pf, altstep3(ps, 3), 3); in create_step()
353 return rule(pf, altstep3(ps, 5), 1); in create_step()
355 return rule(altstep(pf, d-4), altstep3(ps, 4), ps->zebraval + 6); in create_step()
357 return rule(altstep(pf, 3), altstep3(ps, d-6), pf->zebraval + 4); in create_step()