This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
774
Commits
5
Branches
23 MiB
C++
99%
C
0.6%
Markdown
0.4%
Tree:
f1c0e3ba4e
lol
/
test
/
unit
History
Sam Hocevar
eb51928415
math: add inversion code for 2×2 and 3×3 matrices, and transposition
code for all matrices.
13 years ago
..
build.cpp
core: new combinations of integer vectors (unsigned, 8-bit, etc.), dot and
13 years ago
cmplx.cpp
core: implement complex numbers and add unit tests for these.
13 years ago
half.cpp
test: give more explicit names to unit test cases.
13 years ago
image.cpp
test: minor fixes to the test suite: disable optimisation tests in debug
13 years ago
matrix.cpp
math: add inversion code for 2×2 and 3×3 matrices, and transposition
13 years ago
quat.cpp
math: move most vector and matrix member functions to global functions.
13 years ago
real.cpp
math: implement ulp() for reals, which returns the smallest real y > 0 such
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