mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-04 07:31:16 +00:00 
			
		
		
		
	Core: Rename math 'phi' arguments to 'angle'
This commit is contained in:
		
							parent
							
								
									b05fbb21e5
								
							
						
					
					
						commit
						e7a58a7eb6
					
				
					 20 changed files with 73 additions and 73 deletions
				
			
		| 
						 | 
				
			
			@ -140,7 +140,7 @@ void Variant::_register_variant_constructors() {
 | 
			
		|||
	add_constructor<VariantConstructNoArgs<Basis>>(sarray());
 | 
			
		||||
	add_constructor<VariantConstructor<Basis, Basis>>(sarray("from"));
 | 
			
		||||
	add_constructor<VariantConstructor<Basis, Quaternion>>(sarray("from"));
 | 
			
		||||
	add_constructor<VariantConstructor<Basis, Vector3, double>>(sarray("axis", "phi"));
 | 
			
		||||
	add_constructor<VariantConstructor<Basis, Vector3, double>>(sarray("axis", "angle"));
 | 
			
		||||
	add_constructor<VariantConstructor<Basis, Vector3, Vector3, Vector3>>(sarray("x_axis", "y_axis", "z_axis"));
 | 
			
		||||
 | 
			
		||||
	add_constructor<VariantConstructNoArgs<Transform3D>>(sarray());
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue