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š c14715962d Use T() instead of static_cast<T>() for numeric types. 14 years ago
..
Test Use T() instead of static_cast<T>() for numeric types. 14 years ago
CMakeLists.txt Don't compile Math as static library, as unused symbols are discarded. 15 years ago
GeometryUtils.h Vector dot product is now static function instead of operator*(). 14 years ago
Math.cpp Happy New Year. 15 years ago
Math.h Documentation updates, "markdownization". 14 years ago
Matrix.h Using custom operator instead of [][] in Matrix internals. 14 years ago
Matrix3.h Doc++ 14 years ago
Matrix4.h Doc++ 14 years ago
TypeTraits.h Ability to explicitly specify precision for floating-point equality. 14 years ago
Vector.h Doc++ 14 years ago
Vector2.h Fixed operator= in subclasses (return ref to itself, not parent). 14 years ago
Vector3.h Fixed operator= in subclasses (return ref to itself, not parent). 14 years ago
Vector4.h Fixed operator= in subclasses (return ref to itself, not parent). 14 years ago