Compare commits

..

No commits in common. "6f641f13be9d0f42ccf5713043374d438a56b55f" and "849818e6f5f92341964442918f153b9bcc19ffea" have entirely different histories.

2 changed files with 0 additions and 19 deletions

View file

@ -1,10 +0,0 @@
# 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.

View file

@ -1,9 +0,0 @@
# 3D Collision Helpers
Things to note:
- `main` is the stable branch. Expect things to not break unless the major
version number has changed.
- `dev` is the unstable branch. Expect force pushes and rebases on this branch.
- Changes to be merged into `main` from `dev` will be done with an explicit
merge.