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
Browse Source
Math: simplify vector swizzling rules.
wip/core-clipp
Sam Hocevar
4 years ago
parent
3bceb0b46f
commit
29758c1458
2 changed files
with
490 additions
and
492 deletions
Split View
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
View File
@@ -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
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save