pub struct BruteForce;
Expand description
Broad phase collision detection brute force implementation.
Will simply do bounding box intersection tests for all shape combinations.
Implementations§
Source§impl BruteForce
impl BruteForce
Trait Implementations§
Source§impl Debug for BruteForce
impl Debug for BruteForce
Source§impl Default for BruteForce
impl Default for BruteForce
Source§fn default() -> BruteForce
fn default() -> BruteForce
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BruteForce
impl RefUnwindSafe for BruteForce
impl Send for BruteForce
impl Sync for BruteForce
impl Unpin for BruteForce
impl UnwindSafe for BruteForce
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