oxiphysics-collision 0.1.0

Collision detection algorithms for the OxiPhysics engine
Documentation
#[allow(unused_imports)]
use super::functions::*;
// # CompoundQuery - Trait Implementations
//
// This module contains trait implementations for `CompoundQuery`.
//
// ## Implemented Traits
//
// - `Default`
//
// 🤖 Generated with [SplitRS](https://github.com/cool-japan/splitrs)

use super::types::CompoundQuery;

impl Default for CompoundQuery {
    fn default() -> Self {
        Self::new()
    }
}