public class TileMatrix
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
matrixHeight |
int |
matrixWidth |
int |
ordinal |
Sector |
sector |
int |
tileHeight |
int |
tileWidth |
Constructor and Description |
---|
TileMatrix() |
Modifier and Type | Method and Description |
---|---|
double |
degreesPerPixel() |
Sector |
tileSector(int row,
int column) |
public Sector sector
public int ordinal
public int matrixWidth
public int matrixHeight
public int tileWidth
public int tileHeight
public double degreesPerPixel()
public Sector tileSector(int row, int column)