bevy/crates/bevy_math
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
..
src Rename RayTest to RayCast (#11635) 2024-02-02 15:01:04 +00:00
Cargo.toml Implement approx traits for direction types (#11650) 2024-02-01 19:22:28 +00:00