pub struct Extent { /* private fields */ }Expand description
Axis-aligned bounding box with bounding sphere radius (28 bytes)
Used throughout M3 for model bounds, collision bounds, and per-region extents.
Implementations§
Trait Implementations§
impl Send for Extent
Auto Trait Implementations§
impl !Sync for Extent
impl Freeze for Extent
impl RefUnwindSafe for Extent
impl Unpin for Extent
impl UnsafeUnpin for Extent
impl UnwindSafe for Extent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more