com.ctreber.acearth.util
Class Point2D

java.lang.Object
  extended by com.ctreber.acearth.util.Point2D

public class Point2D
extends Object

A point in a 2 axis space.

© 2002 Christian Treber, [email protected]

Author:
Christian Treber, [email protected]

Constructor Summary
Point2D(double pX, double pY)
           
 
Method Summary
 double getX()
           
 double getY()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Point2D

public Point2D(double pX,
               double pY)
Method Detail

getX

public double getX()

getY

public double getY()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.