Class SinCosTable
java.lang.Object
de.pirckheimer_gymnasium.jbox2d.tests.math.SinCosTable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanfinal floatfinal float[]final intstatic final float -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TWOPI
public static final float TWOPI- See Also:
-
LERP_LOOKUP
public static boolean LERP_LOOKUP -
precision
public final float precision -
tableLength
public final int tableLength -
sinLUT
public final float[] sinLUT
-
-
Constructor Details
-
SinCosTable
public SinCosTable(float argPrecision)
-
-
Method Details
-
sin
public final float sin(float x)
-