Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dmodels.cpp994 f->unit = vpconf.collignon_reflected ? " (r)" : ""; in add_model_config()
997 add_edit(p.collignon_reflected); in add_model_config()
999 param_b(p.collignon_reflected, sp+"collignon-reflect", false) in add_model_config()
H A Dhyper.h249 bool collignon_reflected; member
H A Ddrawing.cpp844 if(pconf.collignon_reflected && y > 0) y = -y; in period_at()
882 if(pconf.collignon_reflected) dmax = -dmin; in adjust()
H A Dhypgraph.cpp1131 if(pconf.collignon_reflected && y > 0) y = -y, sgn = -1; in apply_other_model()