public class SinCosTable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
LERP_LOOKUP |
float |
precision |
float[] |
sinLUT |
int |
tableLength |
static float |
TWOPI |
Constructor and Description |
---|
SinCosTable(float argPrecision) |
Modifier and Type | Method and Description |
---|---|
float |
sin(float x) |
public static final float TWOPI
public static boolean LERP_LOOKUP
public final float precision
public final int tableLength
public final float[] sinLUT
Copyright © 2012. All Rights Reserved.