No description
Stephen Seo
de126aa150
Change Mat3 values to column-major (I think?) order. Add Matrix/Matrix multiplication and tweak Matrix/Vector multiplication. Fix Matrix rotation values since Mat3 representation changed. Added more UnitTest tests. |
||
---|---|---|
src | ||
.gitignore | ||
Changelog.md | ||
CMakeLists.txt | ||
LICENSE | ||
README.md |
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
fromdev
will be done with an explicit merge.