You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Vladimír Vondruš aec8ef98dd Function for returning rotation and scaling part of Matrix4. 14 years ago
..
CMakeLists.txt Added Math::TypeTraits, implementing fuzzy comparison based on type. 14 years ago
GeometryUtilsTest.cpp Using "initializer-list" constructors for Matrix everywhere. 14 years ago
GeometryUtilsTest.h Happy New Year. 15 years ago
MathTest.cpp Use T() instead of static_cast<T>() for numeric types. 14 years ago
MathTest.h Happy New Year. 15 years ago
Matrix3Test.cpp Allow to specify value on diagonal in identity matrix constructor. 14 years ago
Matrix3Test.h Allow to specify value on diagonal in identity matrix constructor. 14 years ago
Matrix4Test.cpp Function for returning rotation and scaling part of Matrix4. 14 years ago
Matrix4Test.h Function for returning rotation and scaling part of Matrix4. 14 years ago
MatrixTest.cpp Fixed typo in method name. 14 years ago
MatrixTest.h Fixed typo in method name. 14 years ago
TypeTraitsTest.cpp Fixed awesome mistake in Math::TypeTraits. 14 years ago
TypeTraitsTest.h Added Math::TypeTraits, implementing fuzzy comparison based on type. 14 years ago
Vector2Test.cpp Fixed awesome bug in Vector3 constructor. 14 years ago
Vector2Test.h Fixed awesome bug in Vector3 constructor. 14 years ago
Vector3Test.cpp Using explicit constructors for templated type in Vector. 14 years ago
Vector3Test.h Using explicit constructors for templated type in Vector. 14 years ago
Vector4Test.cpp Fixed awesome bug in Vector3 constructor. 14 years ago
Vector4Test.h Happy New Year. 15 years ago
VectorTest.cpp Vector dot product is now static function instead of operator*(). 14 years ago
VectorTest.h Forced exclusive use of bracket operators in Matrix and Vector. 14 years ago