class EdgePos extends Pair<Point2D>
EdgePos(Point2D p1, Point2D p2)
double
angle(EdgePos that)
length()
Point2D
p1()
p2()
java.lang.String
toString()
x1()
x2()
y1()
y2()
equals, getFirst, getSecond, same, setFirst, setSecond, swap
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public EdgePos(Point2D p1, Point2D p2)
public Point2D p1()
public Point2D p2()
public double x1()
public double x2()
public double y1()
public double y2()
public java.lang.String toString()
toString
Pair<Point2D>
public double length()
public double angle(EdgePos that)