This commit is contained in:
2025-03-30 21:54:05 +02:00
parent 9d1dd809b5
commit cc1b2c84ef
17 changed files with 354 additions and 185 deletions

5
src/gtemath.hh Normal file
View File

@@ -0,0 +1,5 @@
#include <psyqo/matrix.hh>
namespace psxsplash {
void matrixMultiplyGTE(const psyqo::Matrix33 &matA, const psyqo::Matrix33 &matB, psyqo::Matrix33 *result);
};