Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dcell.cpp48 static constexpr ld SPIN_NOT_AVAILABLE = 1e5; member
49 virtual ld spin_angle(cell *c, int d) { return SPIN_NOT_AVAILABLE; } in spin_angle()
168 if(sa != SPIN_NOT_AVAILABLE) { return spin(bonus + sa); } in spin_to()
176 if(sa != SPIN_NOT_AVAILABLE) { return spin(bonus - sa); } in spin_from()
H A Dgeometry2.cpp407 if(WDIM == 3) return SPIN_NOT_AVAILABLE; in spin_angle()
H A Darbitrile.cpp966 ld spin_angle(cell *c, int d) override { return SPIN_NOT_AVAILABLE; } in spin_angle()