From 6f641f13be9d0f42ccf5713043374d438a56b55f Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Mon, 29 Apr 2024 13:23:38 +0900 Subject: [PATCH] Add Changelog.md --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..f26d6ed --- /dev/null +++ b/Changelog.md @@ -0,0 +1,10 @@ +# 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.