|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jdsl.geomobj.ref.GeomSelector2DImpl
Default implementation of the GeomSelector2D interface
| Constructor Summary | |
GeomSelector2DImpl()
|
|
| Method Summary | |
Point2D |
closer(Point2D q1,
Point2D q2,
Point2D p)
|
Point2D |
farther(Point2D q1,
Point2D q2,
Point2D p)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GeomSelector2DImpl()
| Method Detail |
public Point2D closer(Point2D q1,
Point2D q2,
Point2D p)
closer in interface GeomSelector2Djdsl.geomobj.api.GeomSelector2Dq1 - a pointq2 - a pointp - a pointInvalidPointException - if either q1 or q2 or p is
Point2D.INFINITE
public Point2D farther(Point2D q1,
Point2D q2,
Point2D p)
farther in interface GeomSelector2Djdsl.geomobj.api.GeomSelector2Dq1 - a pointq2 - a pointp - a pointInvalidPointException - if either q1 or q2 or p is
Point2D.INFINITE
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||