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.
 
 
 
Sam Hocevar ecda7cd569 math: replace mat3::rotate(quat) with an explicit constructor, and add 13 years ago
..
array.cpp test: add unit tests for the Array class. 13 years ago
build.cpp core: new combinations of integer vectors (unsigned, 8-bit, etc.), dot and 14 years ago
cmplx.cpp core: implement complex numbers and add unit tests for these. 14 years ago
half.cpp test: give more explicit names to unit test cases. 14 years ago
image.cpp test: minor fixes to the test suite: disable optimisation tests in debug 14 years ago
matrix.cpp math: add inversion code for 2×2 and 3×3 matrices, and transposition 13 years ago
quat.cpp test: add several unit tests for rotations with matrices and quaternions. 13 years ago
real.cpp math: implement ulp() for reals, which returns the smallest real y > 0 such 14 years ago
rotation.cpp math: replace mat3::rotate(quat) with an explicit constructor, and add 13 years ago
trig.cpp win32: fix Visual Studio compilation and link issues. 13 years ago
vector.cpp math: add inversion code for 2×2 and 3×3 matrices, and transposition 13 years ago