mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	models:: makeband as a function
This commit is contained in:
		| @@ -277,6 +277,10 @@ template<class T> void makeband(shiftpoint H, hyperpoint& ret, const T& f) { | |||||||
|   return; |   return; | ||||||
|   } |   } | ||||||
|  |  | ||||||
|  | EX void makeband_f(shiftpoint H, hyperpoint& ret, const hr::function<void(ld&,ld&)>& f) { | ||||||
|  |   makeband(H, ret, f); | ||||||
|  |   } | ||||||
|  |  | ||||||
| void band_conformal(ld& x, ld& y) { | void band_conformal(ld& x, ld& y) { | ||||||
|   switch(cgclass) { |   switch(cgclass) { | ||||||
|     case gcSphere: |     case gcSphere: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue