From: <l3...@us...> - 2008-07-18 15:10:55
|
Revision: 156 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=156&view=rev Author: l3m Date: 2008-07-18 15:10:59 +0000 (Fri, 18 Jul 2008) Log Message: ----------- added SFINAE stuff to throw errors at compile time when functions are called that do not make sense for the chosen template parameters (e.g. determinant for non-square matrices ). added a lot of functions for 4x4 transformation matrices ( rotate...(), get/setTranslation()... ). except for the string init stuff, all functionality of the old matrix4 should now be implemented.. Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/vmmlib_config.hpp trunk/tests/matrix_compare_perf_test.cpp trunk/tests/matrix_test.cpp trunk/tests/svd_lapack_vs_old.cpp trunk/tests/vmmlib_lapack_main.cpp trunk/tests/vmmlib_unit_tests_main.cpp Added Paths: ----------- trunk/include/vmmlib/details.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |