mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Enhancements to includes in core data structures
This commit is contained in:
		
							parent
							
								
									ea9bb98f26
								
							
						
					
					
						commit
						97d232c11d
					
				
					 11 changed files with 21 additions and 14 deletions
				
			
		|  | @ -403,6 +403,7 @@ Variant AABB::intersects_segment_bind(const Vector3 &p_from, const Vector3 &p_to | |||
| 	} | ||||
| 	return Variant(); | ||||
| } | ||||
| 
 | ||||
| Variant AABB::intersects_ray_bind(const Vector3 &p_from, const Vector3 &p_dir) const { | ||||
| 	Vector3 inters; | ||||
| 	if (intersects_ray(p_from, p_dir, &inters)) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Aaron Franke
						Aaron Franke