mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +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