|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface to abstractly access a line segment in the 2D rectangular coordinate system.
Method Summary | |
PointI |
point1()
|
PointI |
point2()
|
double |
x1()
|
double |
x2()
|
double |
y1()
|
double |
y2()
|
Methods inherited from interface drasys.or.geom.rect2.Rect2I |
centroid,
distanceProxyTo,
distanceTo,
nearestPointTo,
range |
Methods inherited from interface drasys.or.geom.LineSegmentI |
getPoint1,
getPoint2,
length |
Method Detail |
public double x1()
public double y1()
public double x2()
public double y2()
public PointI point1()
public PointI point2()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |