com.ctreber.acearth.util
Class Point3D

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

public class Point3D
extends Object

A point in a 2 axis space.

© 2002 Christian Treber, [email protected]

Author:
Christian Treber, [email protected]

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

Constructor Detail

Point3D

public Point3D(double pX,
               double pY,
               double pZ)
Method Detail

getX

public double getX()

getY

public double getY()

getZ

public double getZ()

toString

public String toString()
Overrides:
toString in class Object

getCoordinate

public Coordinate getCoordinate()


Copyright © 2013. All Rights Reserved.