AabbCast3d
AabbCast3d
- ray : bevy_math::bounding::raycast3d::RayCast3d
- aabb : bevy_math::bounding::bounded3d::Aabb3d
Description
An intersection test that casts an [
Aabb3d
] along a ray.
Functions
Function | Summary |
---|---|
aabb_collision_at(_self, aabb) | Get the distance at which the [`Aabb3d`]s collide, if at all. |
clone(_self) | No Documentation 🚧 |
from_ray(aabb, ray, max) | Construct an [`AabbCast3d`] from an [`Aabb3d`], [`Ray3d`], and max distance. |