Add AABB v AABB & Triangle v Triangle intersection, and fix dot product #27

Merged
josh merged 3 commits from Miuna/j3ml-fork:main into main 2024-05-08 13:35:05 -04:00
Contributor

Title. Dot product was broken as it would normalize the vectors, giving incorrect values compared to conventional dot product calculations

Title. Dot product was broken as it would normalize the vectors, giving incorrect values compared to conventional dot product calculations
Miuna added 3 commits 2024-05-08 09:26:18 -04:00
Owner

Acceptable. Document that inputs to dot product are no longer normalized. So must now be normalized by the API consumer if they expect normalized outputs.

Acceptable. Document that inputs to dot product are no longer normalized. So must now be normalized by the API consumer if they expect normalized outputs.
josh merged commit 9114dd6886 into main 2024-05-08 13:35:05 -04:00
Owner

Better yet, we can also implement DotNorm or something to that effect

Better yet, we can also implement DotNorm or something to that effect
Owner

ALSO, A+ on starting to flesh out unit tests, i have continually avoided that...

ALSO, A+ on starting to flesh out unit tests, i have continually avoided that...
Author
Contributor

Test Driven Development makes it easy 😄

[Test Driven Development](https://testdriven.io/test-driven-development/) makes it easy 😄
Sign in to join this conversation.
No description provided.