bevy/crates/bevy_math
NiseVoid 1b98de68fe
Add volume cast intersection tests (#11586)
# Objective

- Add a basic form of shapecasting for bounding volumes

## Solution

- Implement AabbCast2d, AabbCast3d, BoundingCircleCast, and
BoundingSphereCast
- These are really just raycasts, but they modify the volumes the ray is
casting against
- The tests are slightly simpler, since they just use the raycast code
for the heavy lifting
2024-01-31 20:14:15 +00:00
..
src Add volume cast intersection tests (#11586) 2024-01-31 20:14:15 +00:00
Cargo.toml Add more constructors and math helpers for primitive shapes (#10632) 2024-01-29 16:04:51 +00:00