mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-01 23:47:50 +00:00
Revert "Fix build"
This reverts commit 10d723372daf14bc551159d050412c71c7f69a76.
This commit is contained in:
parent
f605ee1937
commit
59d943b3ea
@ -23,8 +23,8 @@ public final class MathUtil {
|
||||
static final int lookupTableSize = 1 << lookupBits;
|
||||
|
||||
private static final int lookupTableSizeWithMargin = lookupTableSize + 1;
|
||||
private static final double tauOverLookupSize = Math.TAU / lookupTableSize;
|
||||
static final double radianToIndex = (~(-1 << lookupBits) + 1) / Math.TAU;
|
||||
private static final double tauOverLookupSize = TrigonometryConstants.TAU / lookupTableSize;
|
||||
static final double radianToIndex = (~(-1 << lookupBits) + 1) / TrigonometryConstants.TAU;
|
||||
private static final long[] sinTable;
|
||||
|
||||
static {
|
||||
|
Loading…
x
Reference in New Issue
Block a user