Package org.jbox2d.tests.math
Class SinCosTable
- java.lang.Object
-
- org.jbox2d.tests.math.SinCosTable
-
public class SinCosTable extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
LERP_LOOKUP
float
precision
float[]
sinLUT
int
tableLength
static float
TWOPI
-
Constructor Summary
Constructors Constructor Description SinCosTable(float argPrecision)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
sin(float x)
-
-
-
Field Detail
-
TWOPI
public static final float TWOPI
- See Also:
- Constant Field Values
-
LERP_LOOKUP
public static boolean LERP_LOOKUP
-
precision
public final float precision
-
tableLength
public final int tableLength
-
sinLUT
public final float[] sinLUT
-
-