Releases: jcornaz/collision2d
Releases · jcornaz/collision2d
v0.2.3
v0.2.2
Added
- Enable
aabbfeature by default Aabb::offsetandAabb::with_offsetAabb::size
v0.2.1
Added
Aabb::from_top_left_and_size
v0.2.0
Breaking change
- change
CollidesandPenetratetraits to takeBorrow<S>instead of&S
Now users can decide whether to pass shapes by reference
or with ownership, which gives more flexibility and notably makes possible to use iterators
that build shapes on the fly.
v0.1.2
Added
aabb:Aabb::minandAabb::maxgetters
Documentation
- Improve formatting of the feature list on docs.rs
v0.1.1
Documentation
- Better document required feature flags on docs.rs
v0.1.0
Collidestrait to check for collisionPenetrationtrait get penetration vector- Axis-Aligned Bounding Box (
Aabb) - Support
no_stdtarget (require to disable default features)