This commit is contained in:
Бранимир Караџић
2024-11-14 21:24:24 -08:00
parent cf3b711016
commit b43eb8259f
6 changed files with 18 additions and 23 deletions

View File

@@ -10,9 +10,6 @@
namespace bx
{
const float kFloatInfinity = bitsToFloat(kFloatExponentMask);
const double kDoubleInfinity = bitsToDouble(kDoubleExponentMask);
namespace
{
constexpr float kSinC2 = -0.16666667163372039794921875f;