Accept IntoIterator
for Collider::compound
instead of Vec
#518
Labels
A-Collision
Relates to the broad phase, narrow phase, colliders, or other collision functionality
C-Usability
A quality-of-life improvement that makes Avian easier to use
You convert it into iterator anyway:
avian/src/collision/collider/parry/mod.rs
Lines 668 to 683 in 7d79ca1
It would be nice to be able to avoid extra allocations.
The text was updated successfully, but these errors were encountered: