|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface to abstractly access a point in the 3D rectangular coordinate system.
Method Summary | |
double |
directionTo(PointI point)
Returns the direction to the argument. |
double |
x()
Returns the X coordinate. |
double |
y()
Returns the Y coordinate. |
double |
z()
Returns the z coordinate. |
Methods inherited from interface drasys.or.geom.rect3.Rect3I |
centroid,
distanceProxyTo,
distanceTo,
nearestPointTo,
range |
Methods inherited from interface drasys.or.geom.PointI |
getCoordinate,
getDirectionTo |
Method Detail |
public double x()
public double y()
public double z()
public double directionTo(PointI point)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |