bevy/crates/bevy_math/src/bounding
NiseVoid 0ffc8d8a6f
Rename RayTest to RayCast (#11635)
# Objective

- `RayTest` vs `AabbCast` and `CircleCast` is inconsistent

## Solution

- Renaming the other two would only make the name more confusing, so we
rename `RayTest2d/3d` to `RayCast2d/3d`
2024-02-02 15:01:04 +00:00
..
bounded2d Add volume cast intersection tests (#11586) 2024-01-31 20:14:15 +00:00
bounded3d Add volume cast intersection tests (#11586) 2024-01-31 20:14:15 +00:00
mod.rs Rename RayTest to RayCast (#11635) 2024-02-02 15:01:04 +00:00
raycast2d.rs Rename RayTest to RayCast (#11635) 2024-02-02 15:01:04 +00:00
raycast3d.rs Rename RayTest to RayCast (#11635) 2024-02-02 15:01:04 +00:00