Package com.anylogic.engine
- All Superinterfaces:
Locatable2D,Locatable3D,Path2D
- All Known Implementing Classes:
ShapeCurve,ShapeMultiplePoints,ShapePolyLine
public interface Path3D extends Path2D, Locatable3D
This interface represents a sequence of
Coordinates of all the points
(x, y, z) pointsCoordinates of all the points
(Path2D.getPointDx(int), Path2D.getPointDy(int), getPointDz(int))
are relative to the base coordinates
(Path2D.getX(), Path2D.getY(), getZ())- Author:
- AnyLogic North America, LLC https://anylogic.com
| Modifier and Type | Method | Description |
|---|---|---|
double | getPointDz |
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.
|
double getZ()
Returns the base z coordinate of the path.
- Specified by:
getZin interfaceLocatable3D- Returns:
- the base z coordinate of the path
double getPointDz(int i)
Returns the z coordinate of a particular point of the path relative to the start point.
- Parameters:
i- the index of the point (starting from 0)- Returns:
- the z coordinate of the point relative to the start point