charles/test
Eryn Wells 4d4dc91ff4 Add Matrix4 Inverse and Transpose
Transpose is easy, with a bool flag to determine whether to access elements in row-major or column-major format. Inverse is more difficult, so this change only does translation inverses.
2014-08-10 16:57:34 -07:00
..
SConscript Correcting some build problems with old-style SConscripts 2014-07-13 09:23:42 -07:00
test_asserts.c Add test_asserts module 2013-09-09 08:52:35 -07:00
test_asserts.h Add test_asserts module 2013-09-09 08:52:35 -07:00
test_basics.cc Add Matrix4 Inverse and Transpose 2014-08-10 16:57:34 -07:00
test_charles.cc Move main() and test code for basics to C++ 2013-09-12 16:16:29 -07:00
test_object.c Initialize ray before testing intersection 2013-09-09 09:03:07 -07:00
test_suites.h Add test modules 2013-09-08 15:18:22 -07:00