edu.jhu.ece.iacl.jist.structures.geom
Class EmbeddedPointSet.PointLocatorResult

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.structures.geom.EmbeddedPointSet.PointLocatorResult
Enclosing class:
EmbeddedPointSet

public class EmbeddedPointSet.PointLocatorResult
extends java.lang.Object

The Class PointLocatorResult.


Field Summary
 java.util.LinkedList<java.lang.Integer> intersectHistory
          The intersect history.
 int lastFaceOpposite
          The last face opposite.
 int lastFaceOppositeIndex
          The last face opposite index.
 int lastFaceV0
          The last face v0.
 int lastFaceV1
          The last face v1.
 int lastFaceV2
          The last face v2.
 
Constructor Summary
EmbeddedPointSet.PointLocatorResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

intersectHistory

public java.util.LinkedList<java.lang.Integer> intersectHistory
The intersect history.


lastFaceV0

public int lastFaceV0
The last face v0.


lastFaceV1

public int lastFaceV1
The last face v1.


lastFaceV2

public int lastFaceV2
The last face v2.


lastFaceOpposite

public int lastFaceOpposite
The last face opposite.


lastFaceOppositeIndex

public int lastFaceOppositeIndex
The last face opposite index.

Constructor Detail

EmbeddedPointSet.PointLocatorResult

public EmbeddedPointSet.PointLocatorResult()