es.unex.sextante.closestpts
Class Point3D

java.lang.Object
  extended by es.unex.sextante.closestpts.Point3D

public class Point3D
extends java.lang.Object


Constructor Summary
Point3D(double dX, double dY, double dZ)
           
 
Method Summary
 double getX()
           
 double getY()
           
 double getZ()
           
 void setX(double dX)
           
 void setY(double dY)
           
 void setZ(double dZ)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point3D

public Point3D(double dX,
               double dY,
               double dZ)
Method Detail

getX

public double getX()

getY

public double getY()

getZ

public double getZ()

setX

public void setX(double dX)

setY

public void setY(double dY)

setZ

public void setZ(double dZ)


Copyright © 2014 gvSIG Association. All Rights Reserved.