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š 01f6553fd6 Math: simplified Vector*::*Axis() and Vector*::*Scale() functions. 13 years ago
..
Algorithms Added convenience Matrix2x2, Matrix3x3 and Matrix4x4 aliases. 13 years ago
Geometry Math: added Geometry::Rectangle::translated(). 13 years ago
Test Math: added modulo operations for Vector. 13 years ago
Angle.h Math: deinlined heavy functions, removed redundant `inline`. 13 years ago
BoolVector.h Math: deinlined heavy functions, removed redundant `inline`. 13 years ago
CMakeLists.txt Math: renamed MathTypeTraits to TypeTraits. 13 years ago
Complex.h Math: improved documentation for *::isNormalized(). 13 years ago
Constants.h Math: deinlined heavy functions, removed redundant `inline`. 13 years ago
Dual.h Math: deinlined heavy functions, removed redundant `inline`. 13 years ago
DualComplex.h Math: test copy construction from base classes. 13 years ago
DualQuaternion.h Math: test copy construction from base classes. 13 years ago
Functions.cpp Relicensing to MIT/Expat license, part 3: source files. 13 years ago
Functions.h Math: added rounding functions. 13 years ago
Math.h Added convenience Matrix2x2, Matrix3x3 and Matrix4x4 aliases. 13 years ago
Matrix.h Added convenience Matrix2x2, Matrix3x3 and Matrix4x4 aliases. 13 years ago
Matrix3.h Math: removed integer/float RectangularMatrix multiplication and division. 13 years ago
Matrix4.h Math: removed integer/float RectangularMatrix multiplication and division. 13 years ago
Quaternion.h Math: improved documentation for *::isNormalized(). 13 years ago
RectangularMatrix.h Math: don't allow *::data() to be called on rvalues. 13 years ago
Swizzle.h Deprecate swizzle() in favor of Math::swizzle(). 13 years ago
TypeTraits.h Math: added Vector::isZero(). 13 years ago
Unit.h Math: deinlined heavy functions, removed redundant `inline`. 13 years ago
Vector.h Math: don't allow *::data() to be called on rvalues. 13 years ago
Vector2.h Math: simplified Vector*::*Axis() and Vector*::*Scale() functions. 13 years ago
Vector3.h Math: simplified Vector*::*Axis() and Vector*::*Scale() functions. 13 years ago
Vector4.h Deprecate swizzle() in favor of Math::swizzle(). 13 years ago
instantiation.cpp MinGW32's linker issues _are only_ MinGW32's fault. 13 years ago