|
|||||||||
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 3D rectangular coordinate system.
Method Summary | |
PointI |
bound(PointI point)
Returns the argument 'point' if it is included in the range. |
PointI |
max()
Returns the max boundary corner point. |
double |
maxX()
|
double |
maxY()
|
double |
maxZ()
|
PointI |
min()
Returns the min boundary corner point. |
double |
minX()
|
double |
minY()
|
double |
minZ()
|
Methods inherited from interface drasys.or.geom.rect3.Rect3I |
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 double minX()
public double minY()
public double minZ()
public double maxX()
public double maxY()
public double maxZ()
public PointI bound(PointI point)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |