Commit Graph

7 Commits

Author SHA1 Message Date
Thompson Lee
69df64c9d7 Adding Mtx_Transpose() test case to the PC main.cpp file. (Not tested, due to setup configurations not adequate on my end.)
Code is mostly formatted from the 3DS equivalent, test/3ds/main.cpp.
2016-08-12 21:32:15 -04:00
Thompson Lee
183b80eb86 Better overall Mtx_Transpose() test case. 2016-08-12 13:22:58 -04:00
Thompson Lee
1e57317575 Fixed mtx_transpose(), using (3-i). 2016-08-12 06:46:23 -04:00
Michael Theall
0dcc009ae3 Add gcov integration to test suite 2016-08-05 00:33:59 -05:00
Michael Theall
24548b03d1 Fix Mtx_LookAt 2016-08-05 00:33:59 -05:00
mtheall
dc4d81eea9 More additions and enhancements to math code, see details (#19)
Added C3D_AngleFromDegrees
Added FVec4_PerspDivide
Added LH option for projections
2016-08-04 21:23:28 +02:00
mtheall
766def30a3 Optimized matrix math (#15)
Added non-tilt projections
Added quaternions
Added test framework
Created logo
2016-08-04 11:33:18 +02:00