public interface Segment3D extends Segment2D, Locatable3D
(x, y, z) - (x+dx, y+dy, z+dz)
Modifier and Type | Method and Description |
---|---|
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.
|
getDx, getDy, getEndX, getEndY, getX, getY
getZOffset
double getZ()
getZ
in interface Locatable3D
double getDz()
double getEndZ()
Copyright © AnyLogic North America, LLC. All Rights Reserved.