No description
Find a file
Stephen Seo a0b41ba274 Minor refactoring
Instead of passing ptr + size to a span, pass a 1-size array that is
automatically coerced into a span (when calling Get_Box_MinMax(...)).
2024-05-06 11:24:11 +09:00
.forgejo/workflows Add UnitTest workflow 2024-05-01 13:51:47 +09:00
src Minor refactoring 2024-05-06 11:24:11 +09:00
.gitignore Work 2024-04-26 12:28:12 +09:00
Changelog.md Update Changelog.md 2024-05-03 17:55:18 +09:00
CMakeLists.txt Use std::span instead of ptr + size in MinMax fn 2024-05-03 17:54:55 +09:00
LICENSE Add LICENSE 2024-04-26 15:53:23 +09:00
README.md Update README.md 2024-05-01 14:09:13 +09:00

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.

Check the Change-log for changes per version.