使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
lolengine
/
lolengine
镜像自地址
https://github.com/lolengine/lolengine
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
2
百科
动态
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
656
提交
10
分支
114 MiB
C++
89.3%
M4Sugar
2.8%
C#
2.7%
Shell
2.3%
C
1%
其它
1.9%
目录树:
c4bad581a2
main
wip/deprecate
wip/kinc
core
legacy
wip/core-clipp
wip/input_simplification
wip/lolperso_changes
wip/scenegraph
wip/submodule
lua_refactor_merge_into_master
Debug_refactor_merge_to_master
分支列表
标签列表
${ item.name }
创建分支
${ searchTerm }
从 'c4bad581a2'
${ noResults }
lolengine
/
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.
14 年前
..
build.cpp
core: new combinations of integer vectors (unsigned, 8-bit, etc.), dot and
14 年前
cmplx.cpp
core: implement complex numbers and add unit tests for these.
14 年前
half.cpp
test: give more explicit names to unit test cases.
14 年前
image.cpp
test: minor fixes to the test suite: disable optimisation tests in debug
14 年前
matrix.cpp
core: disallow casting eg. a vec3 into a vec2. Use the xy() getter instead.
14 年前
quat.cpp
test: do not test for strict doubles equality in quaternion unit test.
14 年前
real.cpp
real: get rid of <<= and >>= operators; we can use ldexp() instead. As a
14 年前
trig.cpp
test: give more explicit names to unit test cases.
14 年前