3d_collision_helpers/Changelog.md
2024-04-29 13:24:35 +09:00

341 B

Changelog

Version 2.0.0

Add collision detection with Spheres.

Add some more vector/matrix math stuff.

Version 1.0.0

First version of this library.

Implements collision detection between AABB (Axis-Aligned-Bounding-Box) and AABB, AABB and Generic-Boxes, and Generic-Boxes and Generic-Boxes.

Some vector/matrix math also added.