使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
lolengine
/
lol
镜像自地址
https://github.com/lolengine/lol
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
0
百科
动态
652
提交
5
分支
18 MiB
C++
99%
C
0.6%
Markdown
0.4%
目录树:
366644d43c
lol
/
test
/
unit
文件历史
Sam Hocevar
366644d43c
real: get rid of <<= and >>= operators; we can use ldexp() instead. As a
bonus, multiplication or division by a power of two will be optimised as a shift of the exponent.
13 年前
..
build.cpp
core: new combinations of integer vectors (unsigned, 8-bit, etc.), dot and
13 年前
cmplx.cpp
core: implement complex numbers and add unit tests for these.
13 年前
half.cpp
test: give more explicit names to unit test cases.
13 年前
image.cpp
test: minor fixes to the test suite: disable optimisation tests in debug
13 年前
matrix.cpp
core: disallow casting eg. a vec3 into a vec2. Use the xy() getter instead.
13 年前
quat.cpp
test: do not test for strict doubles equality in quaternion unit test.
13 年前
real.cpp
real: get rid of <<= and >>= operators; we can use ldexp() instead. As a
13 年前
trig.cpp
test: give more explicit names to unit test cases.
13 年前