Files
assimp/code
aramis_acg ea3f655c57 - templatize math library. All standard math classes (i.e. aiMatrix4x4) have been replaced by templates which are usually named like the old type with a 't' postfix. For compatibility, typedefs to replace the old types exist. For the C interface, these still map to raw structures.
While principally backwards-compatible, this is still a breaking change since I also changed some method signatures (i.e. aiVector3t<TReal>(TReal) is now explicit). Normal users should not be affected, though.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1129 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2012-02-02 02:06:08 +00:00
..
2010-04-04 14:19:33 +00:00
2012-01-17 01:50:37 +00:00
2008-10-28 23:18:06 +00:00
2010-10-26 18:32:07 +00:00
2011-12-27 17:22:47 +00:00
2011-08-04 11:27:13 +00:00