public class TGPoint2D extends java.lang.Object
double
x
y
TGPoint2D(double xpos, double ypos)
TGPoint2D(TGPoint2D p)
void
setLocation(double xpos, double ypos)
setX(double xpos)
setY(double ypos)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public double x
public double y
public TGPoint2D(double xpos, double ypos)
public TGPoint2D(TGPoint2D p)
public void setLocation(double xpos, double ypos)
public void setX(double xpos)
public void setY(double ypos)