public class Point3D extends java.lang.Object
Point3D(double dX, double dY, double dZ)
double
getX()
getY()
getZ()
void
setX(double dX)
setY(double dY)
setZ(double dZ)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Point3D(double dX, double dY, double dZ)
public double getX()
public double getY()
public double getZ()
public void setX(double dX)
public void setY(double dY)
public void setZ(double dZ)
Copyright © 2015 gvSIG Association. All Rights Reserved.