env3d
Class EnvVector

java.lang.Object
  extended by env3d.EnvVector

public class EnvVector
extends java.lang.Object

A simple structure to hold x, y, and z component of a vector


Constructor Summary
EnvVector()
           
 
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
 

Constructor Detail

EnvVector

public EnvVector()
Method Detail

getX

public double getX()
Returns:
the x

setX

public void setX(double x)
Parameters:
x - the x to set

getY

public double getY()
Returns:
the y

setY

public void setY(double y)
Parameters:
y - the y to set

getZ

public double getZ()
Returns:
the z

setZ

public void setZ(double z)
Parameters:
z - the z to set