This website works better with JavaScript.
首頁
說明
登入
lolengine
/
lol
镜像来自
https://github.com/lolengine/lol
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Math: simplify vector swizzling rules.
wip/core-clipp
Sam Hocevar
4 年之前
父節點
3bceb0b46f
當前提交
29758c1458
共有
2 個文件被更改
,包括
490 次插入
和
492 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
include/lol/private/math/ops.h
+489
-491
include/lol/private/math/vector.h
+ 1
- 1
include/lol/private/math/ops.h
查看文件
@@ -23,7 +23,7 @@
// HACK: if this is declared int const, Visual Studio becomes unable
// to perform template argument deduction.
// FIXME: should we get rid of this #define?
#define FULL_SWIZZLE (
0
)
#define FULL_SWIZZLE (
-1
)
namespace lol
{
+ 489
- 491
include/lol/private/math/vector.h
文件差異過大導致無法顯示
查看文件
Write
Preview
Loading…
取消
儲存