11 lines
243 B
Markdown
11 lines
243 B
Markdown
|
# 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.
|