Procházet zdrojové kódy

Move math types to a separate types/ subdirectory.

wip/core-clipp
Sam Hocevar před 4 roky
rodič
revize
71d9bc1ec8
5 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      include/lol/math/constants.h
  2. +0
    -0
      include/lol/types/bigint.h
  3. +0
    -0
      include/lol/types/half.h
  4. +0
    -0
      include/lol/types/private/real.ipp
  5. +0
    -0
      include/lol/types/real.h

legacy/lol/math/constants.h → include/lol/math/constants.h Zobrazit soubor

@@ -1,7 +1,7 @@
//
// Lol Engine
//
// Copyright © 2010—2015 Sam Hocevar <sam@hocevar.net>
// Copyright © 2010—2020 Sam Hocevar <sam@hocevar.net>
//
// Lol Engine is free software. It comes without any warranty, to
// the extent permitted by applicable law. You can redistribute it
@@ -27,7 +27,7 @@ namespace lol
static double const D_##name = (double)LD_##name; \
static float const F_##name = (float)LD_##name;

/* These values are truncated, not rounded, because I don’t care. */
// These values get truncated, not rounded, because I don’t care much

LOL_MATH_CONSTANT(TAU, 6.28318530717958647692528676655900576839433879875L)

@@ -45,5 +45,5 @@ LOL_MATH_CONSTANT(SQRT_1_2, 0.70710678118654752440084436210484903928483593768L)

#undef LOL_MATH_CONSTANT

} /* namespace lol */
} // namespace lol


include/lol/math/bigint.h → include/lol/types/bigint.h Zobrazit soubor


include/lol/math/half.h → include/lol/types/half.h Zobrazit soubor


include/lol/math/private/real.ipp → include/lol/types/private/real.ipp Zobrazit soubor


include/lol/math/real.h → include/lol/types/real.h Zobrazit soubor


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