edu.jhu.ece.iacl.algorithms.dti.tractography.FACT
Class VEC

java.lang.Object
  extended by edu.jhu.ece.iacl.algorithms.dti.tractography.FACT.VEC

public class VEC
extends java.lang.Object

Created by IntelliJ IDEA. User: bennett Date: Nov 20, 2005 Time: 9:52:19 AM To change this template use Options | File Templates.


Constructor Summary
VEC(float x0, float y0, float z0)
           
 
Method Summary
 boolean equals(VEC pt)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VEC

public VEC(float x0,
           float y0,
           float z0)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(VEC pt)