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š 88d988c715 Added Type and Size members to Matrix. 14 years ago
..
Geometry Renamed Vector::lengthSquared() to parameterless Vector::dot(). 14 years ago
Test Fixed typos (substract -> subtract). 14 years ago
CMakeLists.txt Moved swizzle() functions to root namespace. 14 years ago
Math.cpp Happy New Year. 15 years ago
Math.h Added @todos. 14 years ago
MathTypeTraits.h WTF? sizeof(int) != 8 and sizeof(long long) != 16. 14 years ago
Matrix.h Added Type and Size members to Matrix. 14 years ago
Matrix3.h Support for 2D transformations in addition to 3D in Matrix classes. 14 years ago
Matrix4.h Use std:: variants for sin(), cos() and sqrt(). 14 years ago
Vector.h Fixed typos (substract -> subtract). 14 years ago
Vector2.h Custom @debugoperator command instead of hiding the functions. 14 years ago
Vector3.h Better name for parameter in VectorN constructor from VectorN-1. 14 years ago
Vector4.h Better name for parameter in VectorN constructor from VectorN-1. 14 years ago