Procházet zdrojové kódy

Math: simplify vector swizzling rules.

wip/core-clipp
Sam Hocevar před 4 roky
rodič
revize
29758c1458
2 změnil soubory, kde provedl 490 přidání a 492 odebrání
  1. +1
    -1
      include/lol/private/math/ops.h
  2. +489
    -491
      include/lol/private/math/vector.h

+ 1
- 1
include/lol/private/math/ops.h Zobrazit soubor

@@ -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
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


Načítá se…
Zrušit
Uložit