Skip to content

Commit

Permalink
Clarify scaling frame origin
Browse files Browse the repository at this point in the history
  • Loading branch information
chompaa committed Feb 28, 2024
1 parent 4bfd4f3 commit be0f5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_math/src/bounding/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub trait BoundingVolume {
/// Decrease the size of the bounding volume in each direction by the given amount
fn shrink(&self, amount: Self::HalfSize) -> Self;

/// Scale the size of the bounding volume around the center by the given amount
/// Scale the size of the bounding volume around its center by the given amount
fn scale_around_center(&self, scale: Self::HalfSize) -> Self;
}

Expand Down

0 comments on commit be0f5d0

Please sign in to comment.