bevy/crates/bevy_math/src/bounding/bounded2d
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
..
mod.rs Fix rotate_by implementation for Aabb2d (#19015) 2025-05-04 13:05:27 +00:00
primitive_impls.rs implement Bounded2d for ConvexPolygon (#18286) 2025-03-13 16:35:52 +00:00