mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 00:47:40 +00:00
Big change: spatial_embedding option
This commit is contained in:
@@ -604,7 +604,7 @@ EX namespace bt {
|
||||
/** \brief by what factor do the lengths expand after moving one level in hr::bt::expansion_coordinate() */
|
||||
EX ld expansion() {
|
||||
if(WDIM == 2) return area_expansion_rate();
|
||||
else if(prod) return PIU( area_expansion_rate() );
|
||||
else if(mproduct) return PIU( area_expansion_rate() );
|
||||
else return sqrt(area_expansion_rate());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user