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

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

public class IntersectResult
extends java.lang.Object

Created by IntelliJ IDEA. User: bennett Date: Nov 20, 2005 Time: 11:12:10 AM To change this template use Options | File Templates. ************************************ Magnetic Resonance in Medicine Final Project Released: December 1, 2005 class IntersectResult Store the results associated with detecting an intersection. Copyright (C) 2005 Bennett Landman, bennett@bme.jhu.edu


Field Summary
 float fractionalDistance
          The fractional distance.
 PT intersectionNormal
          The intersection normal.
 PT intersectionPoint
          The intersection point.
 char resultCode
          The result code.
 
Constructor Summary
IntersectResult(char code, PT a)
          Instantiates a new intersect result.
IntersectResult(PT a, float s, PT norm)
          Instantiates a new intersect result.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

intersectionPoint

public PT intersectionPoint
The intersection point.


fractionalDistance

public float fractionalDistance
The fractional distance.


intersectionNormal

public PT intersectionNormal
The intersection normal.


resultCode

public char resultCode
The result code.

Constructor Detail

IntersectResult

public IntersectResult(PT a,
                       float s,
                       PT norm)
Instantiates a new intersect result.

Parameters:
a - the a
s - the s
norm - the norm

IntersectResult

public IntersectResult(char code,
                       PT a)
Instantiates a new intersect result.

Parameters:
code - the code
a - the a