|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface to abstractly access a range in the 2D rectangular coordinate system.
Method Summary | |
PointI |
bound(PointI point)
Returns the argument 'point' if it is included in the range. |
PointI |
lowerLeft()
Returns the lower left boundary corner point: (minX,minY). |
PointI |
lowerRight()
Returns the lower right boundary corner point: (minX,maxY). |
PointI |
max()
Returns the max boundary corner point: (maxX,maxY). |
double |
maxX()
|
double |
maxY()
|
PointI |
min()
Returns the min boundary corner point: (minX,minY). |
double |
minX()
|
double |
minY()
|
PointI |
upperLeft()
Returns the upper left boundary corner point: (minX,maxY). |
PointI |
upperRight()
Returns the upper right boundary corner point: (maxX,maxY). |
Methods inherited from interface drasys.or.geom.rect2.Rect2I |
centroid,
distanceProxyTo,
distanceTo,
nearestPointTo,
range |
Methods inherited from interface drasys.or.geom.RangeI |
boundPoint,
coordinateSystem,
getExpandedRange,
getMax,
getMin,
includes |
Methods inherited from interface drasys.or.geom.GeomI |
getCentroid,
getDistanceProxyTo,
getDistanceTo,
getNearestPointTo,
getRange |
Method Detail |
public PointI min()
public PointI max()
public PointI lowerLeft()
public PointI upperRight()
public PointI upperLeft()
public PointI lowerRight()
public double minX()
public double minY()
public double maxX()
public double maxY()
public PointI bound(PointI point)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |