2 unstable releases
0.2.0 | Jan 9, 2022 |
---|---|
0.1.0 | May 25, 2021 |
#41 in #collision
23 downloads per month
Used in 3 crates
4KB
This crate defines a generic collider trait, which is meant to be used by collision detection libraries.
You can define new colliders and implement the Collider
trait, so this collider can be used with different collision detection libraries, which use this trait.
If you create a collision detection library, it can use different collider traits. A collision detection library might be generic over vector types, scalar types and dimensions, or specialized for specific vector types, scalar types and dimensions. *
Dependencies
~160KB