public class RadialLattice extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RadialLattice.RadialLatticeBucket |
| Modifier and Type | Field and Description |
|---|---|
protected float |
arc |
protected java.util.List<RadialLattice.RadialLatticeBucket> |
buckets |
protected int |
numBuckets |
protected long |
updateTimestamp |
| Constructor and Description |
|---|
RadialLattice() |
| Modifier and Type | Method and Description |
|---|---|
RadialLattice.RadialLatticeBucket |
getBucket(float angle) |
void |
update() |
protected long updateTimestamp
protected java.util.List<RadialLattice.RadialLatticeBucket> buckets
protected int numBuckets
protected float arc
public RadialLattice()
public void update()
public RadialLattice.RadialLatticeBucket getBucket(float angle)