From: <l3...@us...> - 2007-05-27 15:04:57
|
Revision: 80 http://svn.sourceforge.net/vmmlib/?rev=80&view=rev Author: l3m Date: 2007-05-27 08:04:55 -0700 (Sun, 27 May 2007) Log Message: ----------- added proper type-conversion ctors and assignment operators to the 3 vector classes and the two matrix classes. so you can now do this: Matrix4< float > a; // fill ^^ Matrix4< double > d( a ); d = a; also, some minor const correctness and cosmetic fixes Modified Paths: -------------- trunk/VMML.xcodeproj/project.pbxproj trunk/include/Matrix3.h trunk/include/Matrix4.h trunk/include/Vector2.h trunk/include/Vector3.h trunk/include/Vector4.h trunk/tests/Matrix4Test.cpp trunk/tests/main_test.cpp Added Paths: ----------- trunk/tests/perf_test.cpp Removed Paths: ------------- trunk/include/OctreeNode.h trunk/include/OctreeVisitor.h trunk/include/QuadtreeNode.h trunk/include/QuadtreeVisitor.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |