public interface Path3D extends Path2D, Locatable3D
(x, y, z)
points(Path2D.getPointDx(int)
, Path2D.getPointDy(int)
, getPointDz(int)
)
are relative to the base coordinates
(Path2D.getX()
, Path2D.getY()
, getZ()
)
Modifier and Type | Method and Description |
---|---|
double |
getPointDz(int i)
Returns the z coordinate of a particular point of the path relative to the start point.
|
double |
getZ()
Returns the base z coordinate of the path.
|
getNPoints, getPointDx, getPointDy, getX, getY
getZOffset
double getZ()
getZ
in interface Locatable3D
double getPointDz(int i)
i
- the index of the point (starting from 0)Copyright © AnyLogic North America, LLC. All Rights Reserved.