Class Path
java.lang.Object
de.gurkenlabs.litiengine.entities.behavior.Path
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Path
Constructs a Path object from a given Path2D object.- Parameters:
path- the Path2D object representing the path.
-
Path
Constructs a Path object with specified start and target points, Path2D object, and list of points.- Parameters:
start- the starting point of the path.target- the target point of the path.path- the Path2D object representing the path.points- the list of points that make up the path.
-
-
Method Details
-
getPath
-
getPoints
-
getStart
-
getTarget
-