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

java.lang.Object
  extended by Point3f
      extended by edu.jhu.ece.iacl.jist.structures.geom.PT
          extended by edu.jhu.ece.iacl.algorithms.dti.tractography.FACT.cPT
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class cPT
extends PT
implements java.awt.event.ActionListener

Created by IntelliJ IDEA. User: bennett Date: Nov 16, 2005 Time: 3:36:44 PM To change this template use Options | File Templates.


Constructor Summary
cPT(float nx, float ny, float nz)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
           
 int cor2ind(int sx, int sy)
           
 boolean equals(cPT pt)
           
 java.lang.String toString()
           
 
Methods inherited from class edu.jhu.ece.iacl.jist.structures.geom.PT
cross, dot, equals, length, minus, plus, times, vectorProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

cPT

public cPT(float nx,
           float ny,
           float nz)
Method Detail

cor2ind

public int cor2ind(int sx,
                   int sy)

toString

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

equals

public boolean equals(cPT pt)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Specified by:
actionPerformed in interface java.awt.event.ActionListener