bevy/crates/bevy_math
Antony 686d354d28
Add scale_around_center method to BoundingVolume trait (#12142)
# Objective

Add a `scale_around_center` method to the `BoundingVolume` trait, as per
#12130.

## Solution

Added `scale_around_center` to the `BoundingVolume` trait, implemented
in `Aabb2d`, `Aabb3d`, `BoundingCircle`, and `BoundingSphere` (with
tests).
2024-03-11 21:48:25 +00:00
..
src Add scale_around_center method to BoundingVolume trait (#12142) 2024-03-11 21:48:25 +00:00
Cargo.toml Add Rotation2d (#11658) 2024-03-11 19:11:57 +00:00