Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dmodels.cpp112 inline bool mdBandAny() { return mdinf[pmodel].flags & mf::pseudoband; } in mdBandAny() function
113 inline bool mdPseudocylindrical() { return mdBandAny() && !(mdinf[pmodel].flags & mf::cylindrical);… in mdPseudocylindrical()
215 mdWerner, mdAitoff, mdHammer, mdLoximuthal, mdWinkelTripel, mdThreePoint) || mdBandAny(); in has_orientation()
H A Dhypgraph.cpp107 if(mdBandAny()) { in minimize_point_value()
1393 if(mdBandAny()) return false; in behindsphere()
H A Dtextures.cpp417 if(sphere && mdBandAny()) { in mapTextureTriangle()
H A Ddrawing.cpp1831 if(sphere && mdBandAny()) in draw()