本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
lolengine
/
lol
镜像来自
https://github.com/lolengine/lol
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
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…
取消
儲存