pub struct UeBox {
pub min: DVec3,
pub max: DVec3,
}Expand description
Axis-aligned bounding box. Named UeBox to avoid conflict with Rust’s Box.
Maps to FBox.
Fields§
§min: DVec3§max: DVec3Implementations§
Trait Implementations§
impl Copy for UeBox
impl StructuralPartialEq for UeBox
Auto Trait Implementations§
impl Freeze for UeBox
impl RefUnwindSafe for UeBox
impl Send for UeBox
impl Sync for UeBox
impl Unpin for UeBox
impl UnsafeUnpin for UeBox
impl UnwindSafe for UeBox
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