From: <ei...@us...> - 2006-10-16 07:20:52
|
Revision: 15 http://svn.sourceforge.net/vmmlib/?rev=15&view=rev Author: eile Date: 2006-10-16 00:20:48 -0700 (Mon, 16 Oct 2006) Log Message: ----------- add setTranslation( float* ) to Matrix4 Modified Paths: -------------- trunk/include/Matrix4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-10-17 12:23:06
|
Revision: 17 http://svn.sourceforge.net/vmmlib/?rev=17&view=rev Author: eile Date: 2006-10-17 05:22:57 -0700 (Tue, 17 Oct 2006) Log Message: ----------- fix/simplify M4 * V3 Modified Paths: -------------- trunk/include/Matrix4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-10-17 15:37:01
|
Revision: 22 http://svn.sourceforge.net/vmmlib/?rev=22&view=rev Author: eile Date: 2006-10-17 08:36:55 -0700 (Tue, 17 Oct 2006) Log Message: ----------- Fix C&P bug in Matrix4 multiplication Modified Paths: -------------- trunk/include/Matrix4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-10-17 16:07:32
|
Revision: 26 http://svn.sourceforge.net/vmmlib/?rev=26&view=rev Author: eile Date: 2006-10-17 09:07:24 -0700 (Tue, 17 Oct 2006) Log Message: ----------- Matrix4 multiplication, next try Modified Paths: -------------- trunk/include/Matrix4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-10-19 08:49:37
|
Revision: 31 http://svn.sourceforge.net/vmmlib/?rev=31&view=rev Author: eile Date: 2006-10-19 01:49:32 -0700 (Thu, 19 Oct 2006) Log Message: ----------- fix and re-enable axis rotations Modified Paths: -------------- trunk/include/Matrix4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-10-19 09:24:10
|
Revision: 32 http://svn.sourceforge.net/vmmlib/?rev=32&view=rev Author: eile Date: 2006-10-19 02:24:06 -0700 (Thu, 19 Oct 2006) Log Message: ----------- add setTranslation( Vector ) to Matrix4 Modified Paths: -------------- trunk/include/Matrix4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-10-19 10:06:16
|
Revision: 33 http://svn.sourceforge.net/vmmlib/?rev=33&view=rev Author: eile Date: 2006-10-19 03:06:13 -0700 (Thu, 19 Oct 2006) Log Message: ----------- provide alternate naming for Matrix4 elements Modified Paths: -------------- trunk/include/Matrix4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-11-16 16:25:41
|
Revision: 48 http://svn.sourceforge.net/vmmlib/?rev=48&view=rev Author: eile Date: 2006-11-16 08:25:37 -0800 (Thu, 16 Nov 2006) Log Message: ----------- add Matrix4::scale( T, T, T ) Modified Paths: -------------- trunk/include/Matrix4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-12-22 10:06:57
|
Revision: 52 http://svn.sourceforge.net/vmmlib/?rev=52&view=rev Author: eile Date: 2006-12-22 02:06:57 -0800 (Fri, 22 Dec 2006) Log Message: ----------- Add mutual Matrix4d/Matrix4f copy constructors Modified Paths: -------------- trunk/include/Matrix4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-12-22 10:13:04
|
Revision: 53 http://svn.sourceforge.net/vmmlib/?rev=53&view=rev Author: eile Date: 2006-12-22 02:13:03 -0800 (Fri, 22 Dec 2006) Log Message: ----------- Fix const-correctness of getInverse() Modified Paths: -------------- trunk/include/Matrix4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-04-18 15:39:29
|
Revision: 75 http://svn.sourceforge.net/vmmlib/?rev=75&view=rev Author: eile Date: 2007-04-18 08:39:30 -0700 (Wed, 18 Apr 2007) Log Message: ----------- Optimized Matrix4 inversion Modified Paths: -------------- trunk/include/Matrix4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2007-04-24 00:02:18
|
Revision: 77 http://svn.sourceforge.net/vmmlib/?rev=77&view=rev Author: l3m Date: 2007-04-23 17:02:16 -0700 (Mon, 23 Apr 2007) Log Message: ----------- added rotate( angle, axis ) function. noticed a frightening lack of comments for other functions.. Modified Paths: -------------- trunk/include/Matrix4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |