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š 1e2720eeb7 Explicit template instantiation for common matrix and vector functions. 14 years ago
..
Algorithms Explicit template instantiation for common matrix and vector functions. 14 years ago
Geometry 2D equivalents of Geometry::Distance functions. 14 years ago
Test Explicit template instantiation for common matrix and vector functions. 14 years ago
CMakeLists.txt Point*D Vector* subclasses for homogeneous coordinates. 14 years ago
Constants.h Reduced #includes in headers. 14 years ago
Math.cpp Workarounds to make Doxygen happy. 14 years ago
Math.h Using fixed-size integer types also everywhere else. 14 years ago
MathTypeTraits.h TypeTraits: Default inheritance type for structs is public. 14 years ago
Matrix.h Pedantic: using std::size_t instead of size_t from C compat headers. 14 years ago
Matrix3.h Better parameter names in Matrix transformation methods. 14 years ago
Matrix4.h Renamed Matrix4::[xyz]Rotation() to Matrix4::rotation[XYZ](). 14 years ago
Point2D.h Code cleanup. 14 years ago
Point3D.h Code cleanup. 14 years ago
RectangularMatrix.cpp Explicit template instantiation for common matrix and vector functions. 14 years ago
RectangularMatrix.h Explicit template instantiation for common matrix and vector functions. 14 years ago
Vector.cpp Explicit template instantiation for common matrix and vector functions. 14 years ago
Vector.h Explicit template instantiation for common matrix and vector functions. 14 years ago
Vector2.h Non-explicit default constructor for Vector2 and Matrix*. 14 years ago
Vector3.h Code cleanup. 14 years ago
Vector4.h Code cleanup. 14 years ago