3d_collision_helpers/.gitignore
Stephen Seo 4a1c5530a5 Work
Implement helper functions like dot-product, cross-product, and
vec3-rotation. Implement AABB collision.

TODO:
  Implement Generic Box collision (not axis-aligned boxes).
2024-04-26 12:28:12 +09:00

4 lines
41 B
Plaintext

/build*/
/compile_commands.json
/.cache/