3d_collision_helpers/Changelog.md

11 lines
243 B
Markdown
Raw Normal View History

2024-04-29 04:23:38 +00:00
# Changelog
## 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.