public static class LXUtils.LookupTable extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LXUtils.LookupTable.Cos |
static interface |
LXUtils.LookupTable.Function |
static class |
LXUtils.LookupTable.Sin |
static class |
LXUtils.LookupTable.Tan |
| Modifier and Type | Field and Description |
|---|---|
protected int |
tableSize |
protected float[] |
values |
| Constructor and Description |
|---|
LookupTable(int tableSize,
LXUtils.LookupTable.Function function) |
| Modifier and Type | Method and Description |
|---|---|
float |
get(double basis) |
float |
get(float basis)
Looks up the value in the table
|
public LookupTable(int tableSize,
LXUtils.LookupTable.Function function)
LX library by Mark C. Slee. © 2012-2020