mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	common/quaternion: Move Quaternion into the Common namespace
Quaternion is within the common library, so it should be using the Common namespace.
This commit is contained in:
		
							parent
							
								
									ad1cfc8d50
								
							
						
					
					
						commit
						db58652680
					
				
					 2 changed files with 6 additions and 6 deletions
				
			
		|  | @ -6,7 +6,7 @@ | |||
| 
 | ||||
| #include "common/vector_math.h" | ||||
| 
 | ||||
| namespace Math { | ||||
| namespace Common { | ||||
| 
 | ||||
| template <typename T> | ||||
| class Quaternion { | ||||
|  | @ -46,4 +46,4 @@ inline Quaternion<float> MakeQuaternion(const Math::Vec3<float>& axis, float ang | |||
|     return {axis * std::sin(angle / 2), std::cos(angle / 2)}; | ||||
| } | ||||
| 
 | ||||
| } // namespace Math
 | ||||
| } // namespace Common
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue