interfaces
Class Vertex

java.lang.Object
  extended by interfaces.Vertex

public class Vertex
extends java.lang.Object


Field Summary
protected  double x
           
protected  double y
           
protected  double z
           
 
Constructor Summary
Vertex(double x, double y, double z)
           
 
Method Summary
 double getX()
           
 double getY()
           
 double getZ()
           
 void setX(double x)
           
 void setY(double y)
           
 void setZ(double z)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected double x

y

protected double y

z

protected double z
Constructor Detail

Vertex

public Vertex(double x,
              double y,
              double z)
Method Detail

getX

public double getX()

setX

public void setX(double x)

getY

public double getY()

setY

public void setY(double y)

getZ

public double getZ()

setZ

public void setZ(double z)