applications
Class ClosestPoints.PointPair

java.lang.Object
  |
  +--applications.ClosestPoints.PointPair

public static class ClosestPoints.PointPair
extends java.lang.Object

pairs of points and their distance


Constructor Summary
ClosestPoints.PointPair(ClosestPoints.Point1 theA, ClosestPoints.Point1 theB, double theDist)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClosestPoints.PointPair

public ClosestPoints.PointPair(ClosestPoints.Point1 theA,
                               ClosestPoints.Point1 theB,
                               double theDist)