No description
Stephen Seo
9e8c5f0c39
"Get Box Normals" function always returns three vectors, so use std::array instead of std::vector. Minor changes related to usage of this function. |
||
---|---|---|
.forgejo/workflows | ||
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.
Check the Change-log for changes per version.