dimforge / parry

2D and 3D collision-detection library for Rust.
https://parry.rs
Apache License 2.0
557 stars 97 forks source link

Miscenaleous changes #28

Closed sebcrozet closed 3 years ago

sebcrozet commented 3 years ago

This is just a bunch of small changes I meant to commit at some point. Nothing really important except perhaps the deprecation of SimdQuadTree because it is renamed QBVH. The SimdQuadTree name was completely wrong because it wasn't really a quadtree. It is a quaternary bounding volume hierarchy.

Added

Modified