We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f369c50 commit 924cc5aCopy full SHA for 924cc5a
crates/bevy_geometry/src/lib.rs
@@ -176,7 +176,7 @@ impl AABB {
176
Err(PrimitiveError::MinGreaterThanMax)
177
}
178
179
- /// Construct an [AxisALignedBox] from the origin at the minimum corner, and the extents - the
+ /// Construct an [AxisAlignedBox] from the origin at the minimum corner, and the extents - the
180
/// dimensions of the box in each axis.
181
pub fn from_extents_origin(extents: Vec3, origin: Vec3) -> Result<AABB, PrimitiveError> {
182
if extents.min_element() > 0.0 {
0 commit comments