mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	removed fixing hdist0 in elliptic spaces
This commit is contained in:
		| @@ -852,7 +852,6 @@ EX ld hdist0(const hyperpoint& mh) { | ||||
|       } | ||||
|     case gcSphere: { | ||||
|       ld res = mh[LDIM] >= 1 ? 0 : mh[LDIM] <= -1 ? M_PI : acos(mh[LDIM]); | ||||
|       if(elliptic && res > M_PI/2) res = M_PI-res; | ||||
|       return res; | ||||
|       } | ||||
|     case gcProduct: { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue