Struct sif_kdtree::WithinBoundingBox
source · pub struct WithinBoundingBox<const N: usize> { /* private fields */ }Expand description
A query which yields all objects within a given axis-aligned boundary box (AABB) in N-dimensional real space
Implementations§
Trait Implementations§
source§impl<const N: usize> Debug for WithinBoundingBox<N>
impl<const N: usize> Debug for WithinBoundingBox<N>
Auto Trait Implementations§
impl<const N: usize> RefUnwindSafe for WithinBoundingBox<N>
impl<const N: usize> Send for WithinBoundingBox<N>
impl<const N: usize> Sync for WithinBoundingBox<N>
impl<const N: usize> Unpin for WithinBoundingBox<N>
impl<const N: usize> UnwindSafe for WithinBoundingBox<N>
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