3d_collision_helpers/Changelog.md

21 lines
425 B
Markdown
Raw Normal View History

2024-04-29 04:23:38 +00:00
# Changelog
2024-04-29 04:24:35 +00:00
## Version 2.0.0
Add collision detection with Spheres.
Add some more vector/matrix math stuff.
2024-04-30 05:03:26 +00:00
Replace Mat3 with Mat4.
Replace xyz-axis rotation floats in GenericBox with Mat4.
2024-04-29 04:23:38 +00:00
## 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.