|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Segment3D
This interface represents a segment:
(x, y, z) - (x+dx, y+dy, z+dz)
| Method Summary | |
|---|---|
double |
getDz()
Returns the z-offset of the end segment point relative to the start one (the difference of z coordinates of the segment end and start points). |
double |
getEndZ()
Returns the z coordinate of the segment end point. |
double |
getZ()
Returns the z coordinate of the start segment point. |
| Methods inherited from interface com.xj.anylogic.engine.Segment2D |
|---|
getDx, getDy, getEndX, getEndY, getX, getY |
| Methods inherited from interface com.xj.anylogic.engine.Locatable3D |
|---|
getZOffset |
| Method Detail |
|---|
double getZ()
getZ in interface Locatable3Ddouble getDz()
double getEndZ()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||