edu.jhu.ece.iacl.jist.structures.geom
Class Vector3

java.lang.Object
  extended by Vector3f
      extended by edu.jhu.ece.iacl.jist.structures.geom.Vector3

public class Vector3
extends Vector3f

The Class Vector3.

Author:
Blake Lucas

Constructor Summary
Vector3()
          Instantiates a new vector3.
Vector3(double[] d)
          Instantiates a new vector3.
Vector3(double x, double y, double z)
          Instantiates a new vector3.
Vector3(float x, float y, float z)
          Instantiates a new vector3.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vector3

public Vector3()
Instantiates a new vector3.


Vector3

public Vector3(double x,
               double y,
               double z)
Instantiates a new vector3.

Parameters:
x - the x
y - the y
z - the z

Vector3

public Vector3(float x,
               float y,
               float z)
Instantiates a new vector3.

Parameters:
x - the x
y - the y
z - the z

Vector3

public Vector3(double[] d)
Instantiates a new vector3.

Parameters:
d - the d