bevy/crates/bevy_math/src/bounding
Innokentiy Popov 2c3d20d748
Fix rotate_by implementation for Aabb2d (#19015)
# Objective

Fixes #18969 

## Solution

Also updated `Aabb3d` implementation for consistency.

## Testing

Added tests for `Aabb2d` and `Aabb3d` to verify correct rotation
behavior for angles greater than 90 degrees.
2025-05-04 13:05:27 +00:00
..
bounded2d Fix rotate_by implementation for Aabb2d (#19015) 2025-05-04 13:05:27 +00:00
bounded3d Fix rotate_by implementation for Aabb2d (#19015) 2025-05-04 13:05:27 +00:00
mod.rs f32 -> Rot2 in bounding volume docs (#16848) 2024-12-17 00:12:49 +00:00
raycast2d.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
raycast3d.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00