espresso3d.engine.lowlevel.vector
Class E3DVector4F

java.lang.Object
  extended byespresso3d.engine.lowlevel.vector.E3DVector4F

public class E3DVector4F
extends java.lang.Object

Author:
espresso3d 4D floating point vector class.

Constructor Summary
E3DVector4F()
           
E3DVector4F(double a, double b, double c, double d)
           
 
Method Summary
 double getA()
           
 double getB()
           
 double getC()
           
 double getD()
           
 void setA(double a)
           
 void setB(double b)
           
 void setC(double c)
           
 void setD(double d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

E3DVector4F

public E3DVector4F()

E3DVector4F

public E3DVector4F(double a,
                   double b,
                   double c,
                   double d)
Method Detail

getA

public double getA()
Returns:
Returns the a.

setA

public void setA(double a)
Parameters:
a - The a to set.

getB

public double getB()
Returns:
Returns the b.

setB

public void setB(double b)
Parameters:
b - The b to set.

getC

public double getC()
Returns:
Returns the c.

setC

public void setC(double c)
Parameters:
c - The c to set.

getD

public double getD()
Returns:
Returns the d.

setD

public void setD(double d)
Parameters:
d - The d to set.