mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	MathUtil: add PI constant
This commit is contained in:
		
							parent
							
								
									2a069e76a5
								
							
						
					
					
						commit
						55f5d0f777
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -10,6 +10,8 @@ | |||
| 
 | ||||
| namespace MathUtil { | ||||
| 
 | ||||
| static constexpr float PI = 3.14159265f; | ||||
| 
 | ||||
| inline bool IntervalsIntersect(unsigned start0, unsigned length0, unsigned start1, | ||||
|                                unsigned length1) { | ||||
|     return (std::max(start0, start1) < std::min(start0 + length0, start1 + length1)); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue