From: <l3...@us...> - 2009-05-08 16:17:34
|
Revision: 221 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=221&view=rev Author: l3m Date: 2009-05-08 16:17:26 +0000 (Fri, 08 May 2009) Log Message: ----------- first draft of 1.0 - vector and matrix and support classes should be ready... Modified Paths: -------------- branches/one-dot-oh/VMMLib.xcodeproj/project.pbxproj branches/one-dot-oh/include/vmmlib/matrix.hpp branches/one-dot-oh/include/vmmlib/matrix_functors.hpp branches/one-dot-oh/include/vmmlib/qr_decomposition.hpp branches/one-dot-oh/include/vmmlib/svd.hpp branches/one-dot-oh/include/vmmlib/vector.hpp branches/one-dot-oh/include/vmmlib/vmmlib_config.hpp branches/one-dot-oh/tests/matrix_test.cpp branches/one-dot-oh/tests/qr_decomposition_test.cpp branches/one-dot-oh/tests/quaternion_test.cpp branches/one-dot-oh/tests/svd_test.cpp branches/one-dot-oh/tests/vector_test.cpp Added Paths: ----------- branches/ branches/one-dot-oh/ branches/one-dot-oh/include/vmmlib/enable_if.hpp branches/one-dot-oh/include/vmmlib/frustum_culler.hpp branches/one-dot-oh/include/vmmlib/jacobi_solver.hpp branches/one-dot-oh/include/vmmlib/math.hpp Removed Paths: ------------- branches/one-dot-oh/include/vmmlib/axisAlignedBoundingBox.h branches/one-dot-oh/include/vmmlib/details.hpp branches/one-dot-oh/include/vmmlib/frustum.h branches/one-dot-oh/include/vmmlib/frustumCuller.h branches/one-dot-oh/include/vmmlib/frustumCuller.hpp branches/one-dot-oh/include/vmmlib/helperFunctions.h branches/one-dot-oh/include/vmmlib/jacobiSolver.h branches/one-dot-oh/include/vmmlib/jacobiSolver.hpp branches/one-dot-oh/include/vmmlib/matrix3.h branches/one-dot-oh/include/vmmlib/matrix4.h branches/one-dot-oh/include/vmmlib/quaternion.h branches/one-dot-oh/include/vmmlib/stringUtils.h branches/one-dot-oh/include/vmmlib/stringUtils.hpp branches/one-dot-oh/include/vmmlib/svd.h branches/one-dot-oh/include/vmmlib/vector2.h branches/one-dot-oh/include/vmmlib/vector3.h branches/one-dot-oh/include/vmmlib/vector4.h branches/one-dot-oh/include/vmmlib/visibility.h branches/one-dot-oh/include/vmmlib/vmmlib.h branches/one-dot-oh/tests/JacobiSolverTest.cpp branches/one-dot-oh/tests/JacobiSolverTest.h branches/one-dot-oh/tests/Matrix3Test.cpp branches/one-dot-oh/tests/Matrix3Test.h branches/one-dot-oh/tests/Matrix4Test.cpp branches/one-dot-oh/tests/Matrix4Test.h branches/one-dot-oh/tests/QuaternionTest.cpp branches/one-dot-oh/tests/QuaternionTest.h branches/one-dot-oh/tests/SVDTest.cpp branches/one-dot-oh/tests/SVDTest.h branches/one-dot-oh/tests/Test.h branches/one-dot-oh/tests/Vector2Test.cpp branches/one-dot-oh/tests/Vector2Test.h branches/one-dot-oh/tests/Vector3Test.cpp branches/one-dot-oh/tests/Vector3Test.h branches/one-dot-oh/tests/Vector4Test.cpp branches/one-dot-oh/tests/Vector4Test.h branches/one-dot-oh/tests/main_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |