applications
Class ClosestPoints.Point

java.lang.Object
  |
  +--applications.ClosestPoints.Point
Direct Known Subclasses:
ClosestPoints.Point1, ClosestPoints.Point2

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

point in 2D


Constructor Summary
ClosestPoints.Point(double theX, double theY)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClosestPoints.Point

public ClosestPoints.Point(double theX,
                           double theY)