public class TPoint extends java.lang.Object
TPoint()
TPoint(double x, double y)
double
getX()
getY()
void
setX(double x)
setY(double y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TPoint()
public TPoint(double x, double y)
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)