net.nexttext.renderer.util
Class ClosedPolygon.Distance

java.lang.Object
  extended by net.nexttext.renderer.util.ClosedPolygon.Distance
Enclosing class:
ClosedPolygon

public static class ClosedPolygon.Distance
extends java.lang.Object

Distance helper class.


Field Summary
 int inIndex
           
 int outIndex
           
 float sqrDist
           
 
Constructor Summary
ClosedPolygon.Distance(int inIndex, int outIndex, float sqrDist)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inIndex

public int inIndex

outIndex

public int outIndex

sqrDist

public float sqrDist
Constructor Detail

ClosedPolygon.Distance

public ClosedPolygon.Distance(int inIndex,
                              int outIndex,
                              float sqrDist)