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š 0a0860a9f2 Renamed Vector::lengthSquared() to parameterless Vector::dot(). 14 years ago
..
Geometry Renamed Vector::lengthSquared() to parameterless Vector::dot(). 14 years ago
Test Renamed Vector::lengthSquared() to parameterless Vector::dot(). 14 years ago
CMakeLists.txt ...and install new Swizzle.h. Damn. 14 years ago
Math.cpp Happy New Year. 15 years ago
Math.h Functions for normalizing and denormalizing numeric values. 14 years ago
MathTypeTraits.h Pedantic: first inline, then constexpr, then static. 14 years ago
Matrix.h Just-to-be-sure static_assert()s for Matrix and Vector size. 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
Swizzle.h Another, more convenient way to swizzle. 14 years ago
Vector.h Renamed Vector::lengthSquared() to parameterless Vector::dot(). 14 years ago
Vector2.h Custom @debugoperator command instead of hiding the functions. 14 years ago
Vector3.h New function for vector component swizzling. 14 years ago
Vector4.h New function for vector component swizzling. 14 years ago