com.anji.imaging
Interface CoordinateTranslator


public interface CoordinateTranslator

Interface to object which transforms a 2-d set of coordinates to another 2-d set of coordinates.

Author:
Philip Tucker

Method Summary
 void transform(IntLocation2D coords, int max)
          transforms coords based on perspective; coords should be between 0 and max, inclusive
 

Method Detail

transform

public void transform(IntLocation2D coords,
                      int max)
transforms coords based on perspective; coords should be between 0 and max, inclusive

Parameters:
coords -
max -