Class Coords

java.lang.Object
  |
  +--Coords

public class Coords
extends java.lang.Object


Index to the other classes:


public class Coords

This class handles coordinate transformations
The coordinate system is liable to change.
Consequently it would not be a good idea to rely on it too heavily.


Field Summary
static int shift
          Used internally to convert Coords.
When z = 0, this is the number of bits which internal Coords need to be shifted right to convert them into screen pixels
 
Constructor Summary
Coords()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shift

public static final int shift
Used internally to convert Coords.
When z = 0, this is the number of bits which internal Coords need to be shifted right to convert them into screen pixels
Constructor Detail

Coords

public Coords()