This commit is contained in:
Imbus 2025-06-15 21:21:05 +02:00
parent 5274372180
commit 7b33c567e5

View file

@ -7,6 +7,7 @@
* Simple linear algebra mat/vec operations
*
* TODO: Normalizations
* TODO: Inversion
* TODO: Ensure suitable test coverade
* TODO: Mat3 adjoint should use a cofactor and a transpose function
*/