Package | Description |
---|---|
desmoj.extensions.space3D |
Objects in a 3D space and relevant motion operations.
|
Modifier and Type | Method and Description |
---|---|
SimpleTrack |
SpatialLayoutManager.getTrackStraightTo(MovableSpatialObject mover,
java.lang.String exitPoint,
Length x,
Length y,
Length z)
Generates a SimpleTrack which leads directly to the given position.
|
SimpleTrack |
SpatialLayoutManager.getTrackStraightTo(MovableSpatialObject mover,
java.lang.String exitPoint,
SpatialObject destination,
java.lang.String entryPoint)
Generates a SimpleTrack which leads directly to the given destination.
|