dimforge / ncollide

2 and 3-dimensional collision detection library in Rust.
https://ncollide.org
Apache License 2.0
921 stars 107 forks source link

Recalc aabb on transform as well as scale #360

Closed skairunner closed 3 years ago

skairunner commented 3 years ago

Similar to #327 but also recalculate on transform*() methods. The method is line for line identical to royalmustard's implementation, which I understand is drawn from the constructor, but if that is a problem then I welcome any advice on how to fix it.

sebcrozet commented 3 years ago

Thanks!