pub struct LodBounds {
pub min: Vec3<f32>,
pub max: Vec3<f32>,
}Expand description
Finite axis-aligned node bounds.
Fields§
§min: Vec3<f32>Inclusive minimum corner.
max: Vec3<f32>Inclusive maximum corner.
Implementations§
Trait Implementations§
impl Copy for LodBounds
impl StructuralPartialEq for LodBounds
Auto Trait Implementations§
impl Freeze for LodBounds
impl RefUnwindSafe for LodBounds
impl Send for LodBounds
impl Sync for LodBounds
impl Unpin for LodBounds
impl UnsafeUnpin for LodBounds
impl UnwindSafe for LodBounds
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