public interface Coordinate2D
float
getX()
getY()
void
setLocation(float x, float y)
translate(float vx, float vy)
void translate(float vx, float vy)
void setLocation(float x, float y)
float getX()
float getY()