geometry
Class J3UnitVector

java.lang.Object
  extended by geometry.J3Vector
      extended by geometry.J3UnitVector
All Implemented Interfaces:
java.io.Serializable

public class J3UnitVector
extends J3Vector


  The class describes a unit vector.

See Also:
Serialized Form

Constructor Summary
J3UnitVector(double x, double y, double z)
           
 
Method Summary
 
Methods inherited from class geometry.J3Vector
add, decrement, getAngleInDegree, getAngleInRadian, getCrossProduct, getDotProduct, getLength, getX, getY, getZ, increment, multipleFactor, putVector, setAll, setLength, setX, setY, setZ, subtract
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J3UnitVector

public J3UnitVector(double x,
                    double y,
                    double z)